Skip to content

Commit

Permalink
third-party/rust: update strum to 0.26
Browse files Browse the repository at this point in the history
Summary:
Also add to no-std universe

Codemod EnumVariantNames -> VariantNames

Reviewed By: dtolnay

Differential Revision: D57085098

fbshipit-source-id: ead1511915a0fd3c145f23e30deb3268866185f5
  • Loading branch information
Jeremy Fitzhardinge authored and facebook-github-bot committed May 8, 2024
1 parent c487f31 commit 3ed80b2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ semver = { version = "1.0.17", features = ["serde"] }
serde = { version = "1.0.185", features = ["derive", "rc"] }
serde_json = { version = "1.0.100", features = ["float_roundtrip", "unbounded_depth"] }
serde_starlark = "0.1.13"
strum = { version = "0.24", features = ["derive"] }
strum = { version = "0.26.2", features = ["derive"] }
syn = { version = "2.0.38", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }
termcolor = "1.0"
toml = "0.8.4"
Expand Down

0 comments on commit 3ed80b2

Please sign in to comment.