Skip to content

Commit 89826f3

Browse files
sanityclaude
andcommitted
chore: update fdev to use published freenet 0.1.5
- Switch from path dependency to crates.io version - Prepare for fdev 0.1.3 release 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 598a003 commit 89826f3

File tree

2 files changed

+76
-4
lines changed

2 files changed

+76
-4
lines changed

Cargo.lock

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

crates/fdev/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ reqwest = { version = "0.12", features = ["json"] }
3838
http = "1.2"
3939

4040
# internal
41-
freenet = { path = "../core"}
42-
#freenet = { version = "0.1.5"}
41+
freenet = { version = "0.1.5"}
4342
freenet-stdlib = { workspace = true }
4443

4544
[features]

0 commit comments

Comments
 (0)