Skip to content

Commit

Permalink
upgrade to rust 1.62.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rgl committed Jul 23, 2022
1 parent ce92582 commit d1853dc
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 40 deletions.
76 changes: 38 additions & 38 deletions example-clients/rust/Cargo.lock

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

2 changes: 1 addition & 1 deletion example-clients/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build = "build.rs"
[dependencies]
rustls = "0.20.6"
rustls-native-certs = "0.6.2"
ureq = "2.4.0"
ureq = "2.5.0"

[build-dependencies]
built = "0.5.1"
2 changes: 1 addition & 1 deletion provisioning/windows/provision-tools.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ choco install -y nodejs-lts --version 16.16.0
# install the rust development tools.
# see https://community.chocolatey.org/packages/rust-ms
choco install -y visualstudio2019-workload-vctools
choco install -y rust-ms --version 1.61.0
choco install -y rust-ms --version 1.62.0

# install the erlang development tools.
# see https://community.chocolatey.org/packages/erlang
Expand Down

0 comments on commit d1853dc

Please sign in to comment.