Skip to content

Commit

Permalink
chore: bump flake
Browse files Browse the repository at this point in the history
  • Loading branch information
bodymindarts committed Mar 25, 2024
1 parent e85c270 commit cd0f0f0
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
18 changes: 9 additions & 9 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions price-server/src/server/mod.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![allow(clippy::blocks_in_conditions)]
mod config;
mod convert;
mod error;
Expand Down
1 change: 1 addition & 0 deletions quotes-server/src/server/mod.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![allow(clippy::blocks_in_conditions)]
mod config;
mod convert;
mod error;
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[toolchain]
channel = "1.75.0"
channel = "stable"
profile = "default"

0 comments on commit cd0f0f0

Please sign in to comment.