Skip to content

Commit

Permalink
v0.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
octavonce committed Sep 24, 2019
1 parent 003e324 commit dd48bd6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "graphlib"
version = "0.4.0"
version = "0.5.0"
authors = ["Octavian Oncescu <[email protected]>"]
edition = "2018"
repository = "https://github.com/purpleprotocol/graphlib"
Expand Down Expand Up @@ -41,3 +41,5 @@ sbench = []
# for build use `cargo +nightly build --features no_std`
no_std = ["hashbrown/nightly"]

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

0 comments on commit dd48bd6

Please sign in to comment.