From 21be6d3a9185124d03160edda3819090740d2b62 Mon Sep 17 00:00:00 2001 From: Blockiosaurus Date: Wed, 11 Sep 2024 08:36:01 -0400 Subject: [PATCH] Bumping version. --- Cargo.lock | 2 +- Cargo.toml | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c5d94305..fbef3360 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4738,7 +4738,7 @@ checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" [[package]] name = "sugar-cli" -version = "2.7.1" +version = "2.7.2" dependencies = [ "anchor-client", "anchor-lang", diff --git a/Cargo.toml b/Cargo.toml index 06801022..efbef567 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [package] -name = "sugar-cli" -version = "2.7.1" -edition = "2021" description = "Command line tool for creating and managing Metaplex Candy Machines." +documentation = "https://developers.metaplex.com/candy-machine/sugar" +edition = "2021" license = "Apache-2.0" +name = "sugar-cli" repository = "https://github.com/metaplex-foundation/sugar" -documentation = "https://developers.metaplex.com/candy-machine/sugar" +version = "2.7.2" [[bin]] name = "sugar" @@ -19,10 +19,10 @@ async-trait = "0.1.57" borsh = "0.9.3" bs58 = "0.4.0" bundlr-sdk = { version = "0.3.0", default-features = false, features = [ - "solana", + "solana", ] } chrono = { version = "0.4.22", default-features = false, features = ["clock"] } -clap = { version = "3.2.8", features = ["derive", "cargo"] } +clap = { version = "3.2.8", features = ["cargo", "derive"] } console = "0.15.0" ctrlc = "3.2.2" data-encoding = "2.3.2" @@ -38,15 +38,15 @@ ini = "1.3.0" lazy_static = "1.4.0" mpl-candy-guard = { version = "1.1.0", features = ["no-entrypoint"] } mpl-candy-machine-core = { version = "1.0.3", features = ["no-entrypoint"] } -mpl-token-metadata = { version = "1.9.0", features = ["no-entrypoint"] } mpl-token-auth-rules = { version = "~1.3.0", features = ["no-entrypoint"] } +mpl-token-metadata = { version = "1.9.0", features = ["no-entrypoint"] } num_cpus = "1.13.1" phf = { version = "0.10", features = ["macros"] } rand = "0.8.5" rayon = "1.5.3" regex = "1.5.6" -retry = "1.3.0" reqwest = { version = "0.11.11", features = ["json", "multipart"] } +retry = "1.3.0" ring = "0.16.20" rust-s3 = "0.31.0" serde = { version = "1.0.138", features = ["derive"] } @@ -62,18 +62,18 @@ solana-program = "~1.14.14" solana-transaction-status = "~1.14.14" spl-associated-token-account = "1.1.1" spl-token = "3.3.1" +tabled = "0.12.1" thiserror = "1.0.31" tokio = "1.14.1" tracing = { version = "0.1.35", features = ["log"] } tracing-bunyan-formatter = "0.3.3" tracing-subscriber = { version = "0.3.14", features = [ - "registry", - "env-filter", + "env-filter", + "registry", ] } url = "2.2.2" -tabled = "0.12.1" [dev-dependencies.cargo-husky] -version = "1" default-features = false features = ["precommit-hook", "user-hooks"] +version = "1"