Skip to content

Commit

Permalink
Bump rust version (huggingface#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
madamczykhabana authored Jan 31, 2024
1 parent 40f741d commit d6ed4dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ members = [
"router/grpc-metadata",
"launcher"
]
resolver = "2"

[workspace.package]
version = "1.2.0"
Expand Down
5 changes: 4 additions & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[toolchain]
channel = "1.70.0"
# Released on: 28 December, 2023
# Branched from master on: 10 November, 2023
# https://releases.rs/docs/1.75.0/
channel = "1.75.0"
components = ["rustfmt", "clippy"]

0 comments on commit d6ed4dc

Please sign in to comment.