Skip to content

Commit

Permalink
0.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed Jan 11, 2023
1 parent cc691b2 commit a45ff34
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sodg"
version = "0.0.0"
version = "0.0.15"
edition = "2021"
repository = "https://github.com/objectionary/sodg"
description = "Simple Object DiGraph"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,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.15")]
#![deny(warnings)]

mod alerts;
Expand Down

0 comments on commit a45ff34

Please sign in to comment.