Skip to content

Commit

Permalink
chore: bump versions to 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
danmt committed Jun 19, 2024
1 parent 6c90783 commit ab4d9e1
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ members = [
resolver = "2"

[workspace.package]
version = "0.1.7"
version = "0.1.8"

[workspace.dependencies]
# znap specific
Expand Down
2 changes: 1 addition & 1 deletion znap-cli/src/template/collection_toml.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pub fn template(name: &String) -> String {
solana-sdk = \"1.18.16\"\n\
spl-associated-token-account = \"3.0.2\"\n\
spl-token = \"4.0.1\"\n\
znap = \"0.1.7\"\n\
znap = \"0.1.8\"\n\
", name.to_kebab_case())
}

2 changes: 1 addition & 1 deletion znap-cli/src/template/server_toml.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use crate::utils::Collection;
pub fn template(collections: &Vec<Collection>) -> String {
let cargo_content_without_collections = format!("[package]\n\
name = \"znap-server\"\n\
version = \"0.1.7\"\n\
version = \"0.1.8\"\n\
edition = \"2021\"\n\
\n[dependencies]\n\
tokio = {{ version = \"1\", features = [\"full\"] }}\n\
Expand Down
2 changes: 1 addition & 1 deletion znap-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ syn = { workspace = true }
quote = { workspace = true }

# local
znap-syn = { path = "../znap-syn", version = "0.1.7" }
znap-syn = { path = "../znap-syn", version = "0.1.8" }

[lib]
proc-macro = true
2 changes: 1 addition & 1 deletion znap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ base64 = "0.22.1"
bincode = "1.3.3"

# local
znap-macros = { path = "../znap-macros", version = "0.1.7" }
znap-macros = { path = "../znap-macros", version = "0.1.8" }

0 comments on commit ab4d9e1

Please sign in to comment.