Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
hedgecrw committed Nov 17, 2024
1 parent 0df7211 commit 272b2c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resolver = "2"

[workspace.package]
edition = "2021"
version = "0.3.10"
version = "0.4.0"
authors = ["Will Hedgecock <[email protected]>"]
license = "MIT"
documentation = "https://docs.rs/amm_sdk/latest/"
Expand All @@ -16,8 +16,8 @@ categories = ["api-bindings", "parsing", "data-structures", "encoding", "multime
publish = true

[workspace.dependencies]
amm_internal = { path = "amm_internal", version = "0.3.10" }
amm_macros = { path = "amm_macros", version = "0.3.10" }
amm_internal = { path = "amm_internal", version = "0.4.0" }
amm_macros = { path = "amm_macros", version = "0.4.0" }

[profile.release]
codegen-units = 1
Expand Down

0 comments on commit 272b2c5

Please sign in to comment.