Skip to content

Commit

Permalink
chore: Release nifty-asset-types version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
febo authored and github-actions[bot] committed Mar 28, 2024
1 parent 465fb8e commit 3bc0806
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.0.1-alpha.3", path = "../../../programs/asset/types" }
nifty-asset-types = { version = "0.1.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/types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nifty-asset-types"
version = "0.0.1-alpha.3"
version = "0.1.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 3bc0806

Please sign in to comment.