Skip to content

Commit

Permalink
Upgrade sealed crate to 0.5 version
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Apr 21, 2023
1 parent 8f97a33 commit 147baf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ full = ["syn/full"]
[dependencies]
proc-macro2 = { version = "1.0.4", default-features = false }
quote = { version = "1.0.9", default-features = false }
sealed = { version = "0.4", default-features = false }
sealed = { version = "0.5", default-features = false }
syn = { version = "2.0", features = ["clone-impls", "derive", "extra-traits", "parsing", "printing"], default-features = false }

[dev-dependencies]
Expand Down

0 comments on commit 147baf0

Please sign in to comment.