Skip to content

Commit

Permalink
Remove explicit rust-version requirement from unpublished crates
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralith committed Sep 24, 2023
1 parent 81d83a9 commit e1e1e6e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
name = "bench"
version = "0.1.0"
edition = "2021"
rust-version = "1.65"
license = "MIT OR Apache-2.0"
publish = false

Expand Down
1 change: 0 additions & 1 deletion perf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
name = "perf"
version = "0.1.0"
edition = "2021"
rust-version = "1.65"
license = "MIT OR Apache-2.0"
publish = false

Expand Down

0 comments on commit e1e1e6e

Please sign in to comment.