Skip to content

Commit dd48bd6

Browse files
committed
v0.5.0 release
1 parent 003e324 commit dd48bd6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "graphlib"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
authors = ["Octavian Oncescu <octavonce@gmail.com>"]
55
edition = "2018"
66
repository = "https://github.com/purpleprotocol/graphlib"
@@ -41,3 +41,5 @@ sbench = []
4141
# for build use `cargo +nightly build --features no_std`
4242
no_std = ["hashbrown/nightly"]
4343

44+
[package.metadata.docs.rs]
45+
all-features = true

0 commit comments

Comments
 (0)