Skip to content

Commit

Permalink
[rust] Force Rust version to 1.79.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bonigarcia committed May 17, 2024
1 parent dd8b8f8 commit b15e867
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,12 @@ load("@rules_rust//rust:repositories.bzl", "rules_rust_dependencies", "rust_regi

rules_rust_dependencies()

rust_register_toolchains()
rust_register_toolchains(
edition = "2021",
versions = [
"1.78.0"
],
)

load("@rules_rust//crate_universe:defs.bzl", "crates_repository")

Expand Down
2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ regex = "1.10.4"
tokio = { version = "1.37.0", default-features = false, features = ["macros", "net", "rt-multi-thread"] }
tempfile = "3.10.1"
reqwest = { version = "0.12.4", default-features = false, features = ["rustls-tls"] }
zip = { version = "1.3.0", default-features = false, features = ["deflate-zlib"]}
zip = { version = "1.3.0", default-features = false, features = ["deflate-zlib"] }
directories = "5.0.1"
serde = { version = "1.0.202", features = ["derive"] }
serde_json = "1.0.117"
Expand Down

0 comments on commit b15e867

Please sign in to comment.