Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 7fc6c69

Browse files
build(deps): bump enum_dispatch from 0.3.12 to 0.3.13 (#6521)
Bumps [enum_dispatch](https://gitlab.com/antonok/enum_dispatch) from 0.3.12 to 0.3.13. - [Changelog](https://gitlab.com/antonok/enum_dispatch/blob/master/CHANGELOG.md) - [Commits](https://gitlab.com/antonok/enum_dispatch/compare/v0.3.12...v0.3.13) --- updated-dependencies: - dependency-name: enum_dispatch dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e0f2364 commit 7fc6c69

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

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

token-swap/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ fuzz = ["arbitrary", "roots"]
1414

1515
[dependencies]
1616
arrayref = "0.3.7"
17-
enum_dispatch = "0.3.12"
17+
enum_dispatch = "0.3.13"
1818
num-derive = "0.4"
1919
num-traits = "0.2"
2020
solana-program = ">=1.18.2,<=2"

0 commit comments

Comments
 (0)