Skip to content

Commit

Permalink
Bump proc-macro-crate to v3.1.0 in 3.6.x branch (#590)
Browse files Browse the repository at this point in the history
* Bump `proc-macro-crate` to ver 3.1.0

* Bump the crate version
  • Loading branch information
tdimitrov authored May 8, 2024
1 parent 67efb53 commit 5bf39a1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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.

4 changes: 2 additions & 2 deletions derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "parity-scale-codec-derive"
description = "Serialization and deserialization derive macro for Parity SCALE Codec"
version = "3.6.9"
version = "3.6.10"
authors = ["Parity Technologies <admin@parity.io>"]
license = "Apache-2.0"
edition = "2021"
Expand All @@ -14,7 +14,7 @@ proc-macro = true
syn = { version = "1.0.98", features = ["full", "visit"] }
quote = "1.0.33"
proc-macro2 = "1.0.70"
proc-macro-crate = "2.0.0"
proc-macro-crate = "3.1.0"

[dev-dependencies]
parity-scale-codec = { path = "..", features = ["derive", "max-encoded-len"] }
Expand Down

0 comments on commit 5bf39a1

Please sign in to comment.