Skip to content

Commit

Permalink
Update to syn@2 & prettyplease@0.2 (tokio-rs#833)
Browse files Browse the repository at this point in the history
  • Loading branch information
ldm0 authored and umanwizard committed May 17, 2023
1 parent 5bf1349 commit c6a3f88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prost-build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ lazy_static = "1.4.0"
regex = { version = "1.5.5", default-features = false, features = ["std", "unicode-bool"] }
which = "4"

prettyplease = { version = "0.1", optional = true }
syn = { version = "1", features = ["full"], optional = true }
prettyplease = { version = "0.2", optional = true }
syn = { version = "2", features = ["full"], optional = true }

# These two must be kept in sync, used for `cleanup-markdown` feature.
pulldown-cmark = { version = "0.9.1", optional = true, default-features = false }
Expand Down

0 comments on commit c6a3f88

Please sign in to comment.