Skip to content
This repository was archived by the owner on Oct 28, 2025. It is now read-only.

Commit 7f877f1

Browse files
authored
chore: bump version and remove authors (#23)
Reflect devnet2 compatibility in version string The `authors` field is deprecated Alphabetize + remove unused dependencies
1 parent 021ef7a commit 7f877f1

File tree

1 file changed

+10
-15
lines changed

1 file changed

+10
-15
lines changed

Cargo.toml

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,21 @@ members = [".", "wasm-host"]
33

44
[package]
55
name = "craft"
6-
version = "0.4.0"
6+
version = "0.5.0-devnet2"
77
edition = "2021"
88
description = "An interactive CLI tool for building and testing WASM smart contracts"
9-
authors = ["Your Name <your.email@example.com>"]
109

1110
[dependencies]
11+
anyhow = "1.0"
12+
bs58 = "0.5"
1213
clap = { version = "4.4", features = ["derive"] }
13-
inquire = "0.6"
1414
colored = "2.1"
15-
tokio = { version = "1.36", features = ["full"] }
16-
anyhow = "1.0"
17-
serde = { version = "1.0", features = ["derive"] }
18-
serde_json = "1.0"
19-
dirs = "5.0"
20-
which = "5.0"
2115
hex = "0.4"
22-
indicatif = "0.17"
23-
console = "0.15"
24-
walkdir = "2.4"
25-
regex = "1.10"
26-
sha2 = "0.10"
16+
inquire = "0.6"
17+
regex = "1.10"
2718
ripemd = "0.1"
28-
bs58 = "0.5"
19+
serde = { version = "1.0", features = ["derive"] }
20+
sha2 = "0.10"
21+
tokio = { version = "1.36", features = ["full"] }
22+
walkdir = "2.4"
23+
which = "5.0"

0 commit comments

Comments
 (0)