diff --git a/Cargo.lock b/Cargo.lock index e61868d..9ce6aea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -560,7 +560,7 @@ dependencies = [ [[package]] name = "sodg" -version = "0.0.0" +version = "0.0.31" dependencies = [ "anyhow", "bincode", diff --git a/Cargo.toml b/Cargo.toml index 45faad5..04aeafc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sodg" -version = "0.0.0" +version = "0.0.31" edition = "2021" repository = "https://github.com/objectionary/sodg" description = "Surging Object DiGraph (SODG)" diff --git a/src/lib.rs b/src/lib.rs index 9f81ffb..0e88dc2 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -36,7 +36,7 @@ //! sodg.bind(0, 1, "foo").unwrap(); //! ``` -#![doc(html_root_url = "https://docs.rs/sodg/0.0.0")] +#![doc(html_root_url = "https://docs.rs/sodg/0.0.31")] #![deny(warnings)] #![warn(clippy::all, clippy::pedantic, clippy::nursery, clippy::cargo)] #![allow(clippy::multiple_inherent_impl)]