Skip to content

Commit

Permalink
chore: Release nifty-asset-types version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
febo authored and github-actions[bot] committed May 14, 2024
1 parent e999bda commit 7fc092d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion clients/rust/asset/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ serde = ["dep:serde", "dep:serde_with", "kaigan/serde"]
[dependencies]
borsh = "^0.10"
kaigan = "0.2.4"
nifty-asset-types = { version = "0.4.0", path = "../../../programs/asset/types" }
nifty-asset-types = { version = "0.5.0", path = "../../../programs/asset/types" }
num-derive = "^0.3"
num-traits = "^0.2"
serde = { version = "^1.0", features = ["derive"], optional = true }
Expand Down
2 changes: 1 addition & 1 deletion programs/asset/interface/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ license = "Apache-2.0"

[dependencies]
borsh = "^0.10"
nifty-asset-types = { version = "0.4.0", path = "../types" }
nifty-asset-types = { version = "0.5.0", path = "../types" }
shank = "0.3.0"
solana-program = "^1.16"
2 changes: 1 addition & 1 deletion programs/asset/types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nifty-asset-types"
version = "0.4.0"
version = "0.5.0"
description = "Types for Nifty Asset program"
authors = ["nifty-oss maintainers <[email protected]>"]
repository = "https://github.com/nifty-oss/asset"
Expand Down

0 comments on commit 7fc092d

Please sign in to comment.