Skip to content

Commit

Permalink
1.75.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Diane Huxley committed Aug 21, 2024
1 parent aa422f5 commit 22fd4a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ setup:
git submodule update --init --recursive
fi
if [[ "$(cargo 2>&1)" == *"rustup could not choose a version of cargo to run"* ]]; then
rustup default 1.74.0
rustup default 1.75.0
rustup target add aarch64-apple-darwin
fi

Expand Down
2 changes: 1 addition & 1 deletion crates/web5/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
homepage.workspace = true
repository.workspace = true
license-file.workspace = true
rust-version = "1.74.0"
rust-version = "1.75.0"

[dependencies]
base64 = { workspace = true }
Expand Down

0 comments on commit 22fd4a1

Please sign in to comment.