Skip to content

Commit e183794

Browse files
committed
chore: add necessary dev dep
1 parent 4c24a34 commit e183794

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

rust-macros/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "freenet-macros"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
edition = "2021"
55
rust-version = "1.71.1"
66
publish = true
77
description = "Procedural macros for Freenet"
8-
license = "MIT OR Apache-2.0"
8+
license = "LGPL-3.0-only"
99
repository = "https://github.com/freenet/freenet-stdlib"
1010

1111
[lib]

rust/Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "freenet-stdlib"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
edition = "2021"
55
rust-version = "1.71.1"
66
publish = true
77
description = "Freeenet standard library"
8-
license-file = "LICENSE.md"
8+
license-file = "LGPL-3.0-only"
99
repository = "https://github.com/freenet/freenet-stdlib"
1010

1111
[dependencies]
@@ -60,6 +60,7 @@ optional = true
6060
bincode = "1"
6161
wasmer = { version = "5.0.4", features = [ "sys-default"] }
6262
rand = { version = "0.8", features = ["small_rng"] }
63+
arbitrary = { version = "1", features = ["derive"] }
6364

6465
[features]
6566
default = []

0 commit comments

Comments
 (0)