Skip to content

Commit

Permalink
Merge pull request #1590 from axodotdev/set_rust-version
Browse files Browse the repository at this point in the history
chore: set rust-version
  • Loading branch information
mistydemeo authored Dec 3, 2024
2 parents ed42b8c + cf91a4a commit 9df3526
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ license = "MIT OR Apache-2.0"
repository = "https://github.com/axodotdev/cargo-dist"
homepage = "https://opensource.axo.dev/cargo-dist/"
version = "0.26.0-prerelease.2"
rust-version = "1.70.0"

[workspace.dependencies]
# intra-workspace deps (you need to bump these versions when you cut releases too!
Expand Down
1 change: 1 addition & 0 deletions axoproject/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ edition.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
rust-version.workspace = true
exclude = [
"book/*",
"src/snapshots/*",
Expand Down
1 change: 1 addition & 0 deletions cargo-dist-schema/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ edition.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
rust-version.workspace = true
exclude = [
"book/*",
"src/snapshots/*",
Expand Down
1 change: 1 addition & 0 deletions cargo-dist/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ edition.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
rust-version.workspace = true
readme = "../README.md"
exclude = [
"book/*",
Expand Down

0 comments on commit 9df3526

Please sign in to comment.