Skip to content

Commit 96de2dd

Browse files
authored
Merge pull request #90 from podnetwork/cargo-0.1.4
Changes to be able to cargo publish v0.1.4
2 parents 0c7497f + b44a6a1 commit 96de2dd

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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.

rust-sdk/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pod-sdk"
3-
version = "0.1.0"
3+
version = "0.1.4"
44
edition = "2021"
55
description = "Software Development Kit for the pod Network"
66
license = "MIT OR Apache-2.0"
@@ -15,7 +15,7 @@ name = "pod_sdk"
1515
path = "src/lib.rs"
1616

1717
[dependencies]
18-
pod-types = { path = "../types" }
18+
pod-types = { path = "../types", version = "0.1.4" }
1919

2020
alloy-primitives = { version = "^0.8.22", features = ["k256", "serde"] }
2121
alloy-sol-types = "^0.8.22"

types/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pod-types"
3-
version = "0.1.0"
3+
version = "0.1.4"
44
edition = "2024"
55
description = "Types of Software Development Kit for the pod Network"
66
license = "MIT OR Apache-2.0"
@@ -52,4 +52,4 @@ arbitrary = "1.4.1"
5252
pod-types = { path = ".", features = ["arbitrary"] }
5353
bincode = { version = "2.0.1", features = ["serde"] }
5454
rand = "0.9.1"
55-
serde_json = "*"
55+
serde_json = "1.0.140"

0 commit comments

Comments
 (0)