Skip to content

Commit fe837eb

Browse files
committed
fix: bump toner -> 0.3.3
1 parent 312a75e commit fe837eb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ tlb = { path = "./crates/tlb", version = "0.3.2" }
1515
tlbits = { path = "./crates/bits", version = "0.3.2" }
1616
tlb-ton = { path = "./crates/tlb-ton", version = "0.3.2" }
1717
ton-contracts = { path = "./crates/contracts", version = "0.3.3" }
18-
toner = { path = "./crates/toner", version = "0.3.2" }
18+
toner = { path = "./crates/toner", version = "0.3.3" }
1919

2020
anyhow = "1"
2121
base64 = "0.21"

crates/toner/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "toner"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
edition.workspace = true
55
repository.workspace = true
66
license-file.workspace = true

0 commit comments

Comments
 (0)