Skip to content

Commit 59ae803

Browse files
chore: switch dcosl-core to crates.io dependency
Replace local path dependency with crates.io v0.1.0 since both resolve to the same published version. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 0a3723b commit 59ae803

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
@@ -13,7 +13,7 @@ keywords = ["nostr", "decentralized", "cli", "agent", "dcosl"]
1313
categories = ["command-line-utilities"]
1414

1515
[dependencies]
16-
dcosl-core = { path = "../dcosl-core" }
16+
dcosl-core = "0.1.0"
1717
nostr-sdk = "0.44"
1818
agcli = { version = "0.6", features = ["jemalloc"] }
1919
tokio = { version = "1", features = ["rt-multi-thread", "macros", "time"] }

0 commit comments

Comments
 (0)