Skip to content

Commit

Permalink
update minimum supported rust version (#399)
Browse files Browse the repository at this point in the history
Due to dependencies requiring 1.70.0, we need to update our minimum
supported rust version.
  • Loading branch information
demoray authored Oct 2, 2023
1 parent 0e30d98 commit 38977db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ homepage = "https://github.com/microsoft/avml"
repository = "https://github.com/microsoft/avml"
readme = "README.md"
edition = "2021"
rust-version = "1.64.0"
rust-version = "1.70.0"

[features]
default = ["put", "blobstore", "native-tls"]
Expand Down

0 comments on commit 38977db

Please sign in to comment.