Skip to content

Commit 98b36b8

Browse files
sanityclaude
andauthored
Release v0.1.6 (#1647)
Co-authored-by: Claude <noreply@anthropic.com>
1 parent 0c946e7 commit 98b36b8

File tree

3 files changed

+7
-80
lines changed

3 files changed

+7
-80
lines changed

Cargo.lock

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

crates/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "freenet"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
edition = "2021"
55
rust-version = "1.80"
66
publish = true

crates/fdev/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fdev"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
edition = "2021"
55
rust-version = "1.80"
66
publish = true
@@ -38,7 +38,7 @@ reqwest = { version = "0.12", features = ["json"] }
3838
http = "1.2"
3939

4040
# internal
41-
freenet = { version = "0.1.5"}
41+
freenet = { path = "../core", version = "0.1.6"}
4242
freenet-stdlib = { workspace = true }
4343

4444
[features]

0 commit comments

Comments
 (0)