File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " freenet-macros"
3- version = " 0.1.1 "
3+ version = " 0.1.2 "
44edition = " 2021"
55rust-version = " 1.71.1"
66publish = true
77description = " Procedural macros for Freenet"
8- license = " MIT OR Apache-2.0 "
8+ license = " LGPL-3.0-only "
99repository = " https://github.com/freenet/freenet-stdlib"
1010
1111[lib ]
Original file line number Diff line number Diff line change 11[package ]
22name = " freenet-stdlib"
3- version = " 0.1.4 "
3+ version = " 0.1.5 "
44edition = " 2021"
55rust-version = " 1.71.1"
66publish = true
77description = " Freeenet standard library"
8- license-file = " LICENSE.md "
8+ license-file = " LGPL-3.0-only "
99repository = " https://github.com/freenet/freenet-stdlib"
1010
1111[dependencies ]
@@ -60,6 +60,7 @@ optional = true
6060bincode = " 1"
6161wasmer = { version = " 5.0.4" , features = [ " sys-default" ] }
6262rand = { version = " 0.8" , features = [" small_rng" ] }
63+ arbitrary = { version = " 1" , features = [" derive" ] }
6364
6465[features ]
6566default = []
You can’t perform that action at this time.
0 commit comments