Skip to content

Commit 84f1080

Browse files
build(deps): bump codama-macros from 0.9.2 to 0.10.0 (#466)
Bumps [codama-macros](https://github.com/codama-idl/codama-rs) from 0.9.2 to 0.10.0. - [Commits](https://github.com/codama-idl/codama-rs/commits/codama-macros-v0.10.0) --- updated-dependencies: - dependency-name: codama-macros dependency-version: 0.9.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9250fa6 commit 84f1080

2 files changed

Lines changed: 145 additions & 34 deletions

File tree

Cargo.lock

Lines changed: 144 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

interface/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ program-id = "Stake11111111111111111111111111111111111111"
1919
[dependencies]
2020
borsh = { version = "1.6.1", features = ["derive", "unstable__schema"], optional = true }
2121
codama = { version = "0.9.2", optional = true }
22-
codama-macros = { version = "0.9.2", optional = true }
22+
codama-macros = { version = "0.10.0", optional = true }
2323
num-traits = "0.2"
2424
serde = { version = "1.0.210", optional = true }
2525
serde_derive = { version = "1.0.210", optional = true }

0 commit comments

Comments
 (0)