Skip to content

Commit

Permalink
change logo
Browse files Browse the repository at this point in the history
  • Loading branch information
duke-git committed Apr 16, 2024
1 parent 0ee3a32 commit 295a426
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Rust

on:
push:
branches: [ "main" ]
branches: [ "main", "rc" ]
pull_request:
branches: [ "main" ]
branches: [ "main", "rc" ]

env:
CARGO_TERM_COLOR: always
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.DS_Store
/target
/Cargo.lock
.vscode
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<div align=center>
<img src="./logo.png" width="396" height="215"/>
<img src="./logo.png" width="439" height="200"/>
<br/>
</div>

#### Rufl is an util function library for rust. It provides a series of useful functions to make your rust development easier.

_Ruf is short for "rust util function library"._
_Rufl is short for "rust util function library"._

## [简体中文](./README_zh-CN.md)

Expand Down
2 changes: 1 addition & 1 deletion README_zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

#### Rufl是一个Rust语言工具函数库。它提供了许多工具函数,让你的rust开发变得更简单.

_Ruf是”rust util function"的缩写。_
_Rufl是”rust util function"的缩写。_

## [English](./README.md)

Expand Down
Binary file modified logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 295a426

Please sign in to comment.