Skip to content

Commit

Permalink
chore: release fdev 0.1.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
iduartgomez committed Feb 13, 2025
1 parent 753c21d commit 281ad25
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 2 deletions.
74 changes: 73 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion crates/fdev/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ reqwest = { version = "0.12", features = ["json"] }
http = "1.2"

# internal
freenet = { path = "../core", features = ["local-simulation"]}
# freenet = { path = "../core", features = ["local-simulation"]}
freenet = { version = "0.1.0-rc1", features = ["local-simulation"]}
freenet-stdlib = { workspace = true }

[features]
Expand Down

0 comments on commit 281ad25

Please sign in to comment.