Skip to content

Commit 8254d28

Browse files
committed
chore: switch act-types to crates.io in Cargo.toml and update Cargo.lock
1 parent 46940cc commit 8254d28

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

Cargo.lock

Lines changed: 2 additions & 0 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
@@ -14,7 +14,7 @@ name = "act"
1414
path = "src/main.rs"
1515

1616
[dependencies]
17-
act-types = { path = "../act-sdk-rs/act-types", version = "0.2.2" }
17+
act-types = "0.2.2"
1818
ciborium = "0.2"
1919
anyhow = "1.0.102"
2020
axum = "0.8.8"

0 commit comments

Comments
 (0)