Skip to content

Commit

Permalink
Revert D50616780: upgrade toml_edit (0.19.8 -> 0.20.4) and toml (0.7.…
Browse files Browse the repository at this point in the history
…3 -> 0.8.4)

Differential Revision:
D50616780

Original commit changeset: aa35720d2545

Original Phabricator Diff: D50616780

fbshipit-source-id: 632a66b97aaf25a04d6c329a6cfcdf337e1cdcf0
  • Loading branch information
Nola Chen authored and facebook-github-bot committed Oct 26, 2023
1 parent b0df0d8 commit ca7fb4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ indexmap = { version = "1.9.2", features = ["arbitrary", "rayon", "serde-1"] }
serde = { version = "1.0.185", features = ["derive", "rc"] }
signed_source = { path = "../../signed_source" }
syn = { version = "1.0.109", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }
toml = "0.8.4"
toml = "0.7.3"
2 changes: 1 addition & 1 deletion vendor/ocaml/interop/shim/third-party/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ syn1 = { package = "syn", version = "1.0.109", features = ["extra-traits", "fold
synstructure = "0.12"
tempfile = "3.8"
thiserror = "1.0.43"
toml = "0.8.4"
toml = "0.7.3"
walkdir = "2.3"

0 comments on commit ca7fb4f

Please sign in to comment.