Skip to content

Commit

Permalink
Update syn to 2.0 (#3318)
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed May 10, 2023
1 parent 1286699 commit 14e9a3a
Show file tree
Hide file tree
Showing 22 changed files with 372 additions and 299 deletions.
55 changes: 26 additions & 29 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions ffi/diplomat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ icu_testdata = { version = "1.2.0", path = "../../provider/testdata", optional =
# The version here can either be a `version = ".."` spec or `git = "https://github.com/rust-diplomat/diplomat", rev = ".."`
# Since this crate is published, Diplomat must be published preceding a new ICU4X release but may use git versions in between
# ALSO MAKE SURE TO UPDATE /tools/ffi_coverage/Cargo.toml!
diplomat = { version = "0.5.2" }
diplomat-runtime = { version = "0.5.2" }
diplomat = { git = "https://github.com/rust-diplomat/diplomat", rev = "8d125999893fedfdf30595e97334c21ec4b18da9" }
diplomat-runtime = { git = "https://github.com/rust-diplomat/diplomat", rev = "8d125999893fedfdf30595e97334c21ec4b18da9" }


[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
Expand Down

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

5 changes: 5 additions & 0 deletions ffi/gn/.cargo/config
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,10 @@
[source.crates-io]
replace-with = "vendored-sources"

[source."git+https://github.com/rust-diplomat/diplomat?rev=8d125999893fedfdf30595e97334c21ec4b18da9"]
git = "https://github.com/rust-diplomat/diplomat"
rev = "8d125999893fedfdf30595e97334c21ec4b18da9"
replace-with = "vendored-sources"

[source.vendored-sources]
directory = "vendor"
Loading

0 comments on commit 14e9a3a

Please sign in to comment.