Skip to content

Commit 0420db0

Browse files
David Tolnayfacebook-github-bot
authored andcommitted
Delete all autocargo project-level edition settings
Summary: The `edition` setting in `[defaults.package]` makes autocargo generate a Cargo.toml that is inconsistent with the Rust edition of the corresponding Buck target. This setting just should not exist. Project-level edition should be controlled using a PACKAGE file ({D72478333}). Reviewed By: quark-zju Differential Revision: D75799054 fbshipit-source-id: 87b6bd1d7bd92543be6651c150a71882dd165820
1 parent a69ce36 commit 0420db0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
name = "reindeer"
55
version = "0.0.0"
66
authors = ["Facebook"]
7-
edition = "2021"
7+
edition = "2024"
88
repository = "https://github.com/facebookincubator/reindeer"
99
license = "MIT"
1010

0 commit comments

Comments
 (0)