Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 13d85df

Browse files
chore: upgrade some crates, fix typo (clearloop#113)
* chore: upgrade some crates, fix typo 1. upgrade diesel to the newest 2. specific the clap version 3. add Cargo.lock to the git track tree, as the bin crate practically using 4. fix some typo * chore: review change
1 parent 2f36d39 commit 13d85df

File tree

12 files changed

+2684
-45
lines changed

12 files changed

+2684
-45
lines changed

β€Ž.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
sudo apt-get install -y libsqlite3-dev libdbus-1-dev
3030
fi
3131
- name: Build
32-
run: cargo build
32+
run: cargo build --release --locked
3333
- name: Run tests
3434
run: cargo test

β€Ž.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
**/*target
22
**/*.rs.bk
3-
Cargo.lock
43
.DS_Store
54
.idea
65
.direnv/

0 commit comments

Comments
(0)

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /