Skip to content

Commit 1d38be3

Browse files
committed
Bump version to 0.2.0 and add r402-svm workspace member
* Update workspace package version from 0.1.0 to 0.2.0 * Update all internal workspace dependency versions from 0.1 to 0.2 * Add r402-svm as new workspace dependency with version 0.2
1 parent 21100a3 commit 1d38be3

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

Cargo.toml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,18 @@ default-members = ["r402"]
44
resolver = "3"
55

66
[workspace.package]
7-
version = "0.1.0"
7+
version = "0.2.0"
88
edition = "2024"
99
license = "MIT OR Apache-2.0"
1010
repository = "https://github.com/qntx/r402"
1111
description = "x402 Payment Protocol SDK for Rust."
1212

1313
[workspace.dependencies]
14-
r402 = { version = "0.1", path = "r402" }
15-
r402-evm = { version = "0.1", path = "r402-evm" }
16-
r402-facilitator = { version = "0.1", path = "r402-facilitator" }
17-
r402-http = { version = "0.1", path = "r402-http" }
14+
r402 = { version = "0.2", path = "r402" }
15+
r402-evm = { version = "0.2", path = "r402-evm" }
16+
r402-facilitator = { version = "0.2", path = "r402-facilitator" }
17+
r402-http = { version = "0.2", path = "r402-http" }
18+
r402-svm = { version = "0.2", path = "r402-svm" }
1819

1920
alloy-contract = "1.4"
2021
alloy-network = "1.4"

0 commit comments

Comments
 (0)