Skip to content

Commit

Permalink
test runner: remove placeholder version from Cargo.toml
Browse files Browse the repository at this point in the history
`version` is optional in Rust/Cargo 1.75 and later.  The test runner already requires Rust >= 1.80, and the value that was set for `version` matches what would be used in the absence of `version`.
  • Loading branch information
laniakea64 committed Oct 6, 2024
1 parent e4a92e6 commit f08fa6b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[package]
name = "tests"
version = "0.0.0"
authors = ["Casey Rodarmor <[email protected]>", "Noah Bogart <[email protected]"]
edition = "2021"
default-run = "tests"
Expand Down

0 comments on commit f08fa6b

Please sign in to comment.