Skip to content

Commit b4958dc

Browse files
build(deps): bump codama-macros from 0.8.0 to 0.9.1 (#368)
Bumps [codama-macros](https://github.com/codama-idl/codama-rs) from 0.8.0 to 0.9.1. - [Commits](codama-idl/codama-rs@codama-macros-v0.8.0...codama-macros-v0.9.1) --- updated-dependencies: - dependency-name: codama-macros dependency-version: 0.9.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0f0eb01 commit b4958dc

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.8.0", optional = true }
22-
codama-macros = { version = "0.8.0", optional = true }
22+
codama-macros = { version = "0.9.1", 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)