Skip to content

Commit

Permalink
Set rust-version
Browse files Browse the repository at this point in the history
  • Loading branch information
sorairolake committed Apr 24, 2024
1 parent e3e410a commit bd20939
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ license = "CC0-1.0 OR Apache-2.0"
documentation = "https://docs.rs/blake3"
readme = "README.md"
edition = "2021"
rust-version = "1.66.1"

[features]
default = ["std"]
Expand Down
1 change: 1 addition & 0 deletions b3sum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ repository = "https://github.com/BLAKE3-team/BLAKE3"
license = "CC0-1.0 OR Apache-2.0"
readme = "README.md"
edition = "2021"
rust-version = "1.74.1"

[features]
neon = ["blake3/neon"]
Expand Down
1 change: 1 addition & 0 deletions c/blake3_c_rust_bindings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ name = "blake3_c_rust_bindings"
version = "0.0.0"
description = "TESTING ONLY Rust bindings for the BLAKE3 C implementation"
edition = "2021"
rust-version = "1.56.0"

[features]
# By default the x86-64 build uses assembly implementations. This feature makes
Expand Down
1 change: 1 addition & 0 deletions reference_impl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "reference_impl"
version = "0.0.0"
edition = "2021"
rust-version = "1.56.0"

[lib]
name = "reference_impl"
Expand Down
1 change: 1 addition & 0 deletions rust/guts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ license = "CC0-1.0 OR Apache-2.0"
documentation = "https://docs.rs/blake3_guts"
readme = "readme.md"
edition = "2021"
rust-version = "1.56.0"

[dev-dependencies]
hex = "0.4.3"
Expand Down
1 change: 1 addition & 0 deletions test_vectors/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "test_vectors"
version = "0.0.0"
edition = "2021"
rust-version = "1.66.1"

[features]
neon = ["blake3/neon"]
Expand Down
1 change: 1 addition & 0 deletions tools/compiler_version/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "compiler_version"
version = "0.0.0"
edition = "2021"
rust-version = "1.56.0"

[build-dependencies]
cc = "1.0.50"
1 change: 1 addition & 0 deletions tools/instruction_set_support/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
name = "instruction_set_support"
version = "0.0.0"
edition = "2021"
rust-version = "1.56.0"

[dependencies]

0 comments on commit bd20939

Please sign in to comment.