Skip to content

Commit

Permalink
chore: update to Rust 1.83
Browse files Browse the repository at this point in the history
  • Loading branch information
brianheineman committed Nov 29, 2024
1 parent 5550481 commit 54ed9a3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ edition = "2021"
keywords = ["java", "jvm"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/theseus-rs/ristretto"
rust-version = "1.83.0"
version = "0.12.0"

[workspace.dependencies]
Expand Down
1 change: 1 addition & 0 deletions ristretto_classfile/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ keywords = ["java", "jvm", "classfile", "bytecode"]
license.workspace = true
name = "ristretto_classfile"
repository.workspace = true
rust-version.workspace = true
version.workspace = true

[dependencies]
Expand Down
1 change: 1 addition & 0 deletions ristretto_classloader/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ keywords = ["java", "jvm", "classloader", "class"]
license.workspace = true
name = "ristretto_classloader"
repository.workspace = true
rust-version.workspace = true
version.workspace = true

[dependencies]
Expand Down
1 change: 1 addition & 0 deletions ristretto_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ homepage = "https://theseus-rs.github.io/ristretto/ristretto_cli/"
license.workspace = true
name = "ristretto_cli"
repository.workspace = true
rust-version.workspace = true
version.workspace = true

[package.metadata.wix]
Expand Down
1 change: 1 addition & 0 deletions ristretto_vm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ keywords = ["java", "jvm"]
license.workspace = true
name = "ristretto_vm"
repository.workspace = true
rust-version.workspace = true
version.workspace = true

[dependencies]
Expand Down

0 comments on commit 54ed9a3

Please sign in to comment.