From c3d45c6e22006557d06904ae1ed9d10289ff717c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Siedlaczek?= Date: Sat, 27 Mar 2021 21:42:13 -0400 Subject: [PATCH] Version 0.1.2 (#17) Version 0.1.2 --- Cargo.toml | 2 +- README.md | 2 +- src/lib.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3c1413e..eed7bc4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "simrs" -version = "0.1.1" # remember to update html_root_url +version = "0.1.2" # remember to update html_root_url authors = ["Michal Siedlaczek "] edition = "2018" description = "General purpose descrete event simulation library." diff --git a/README.md b/README.md index f3d3726..4a6e52c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This is an experimental discrete event simulation library I use in my research p I'm not sure at the moment how much value it has for others but I found the things I did here interesting, so maybe someone else will as well. -Visit https://docs.rs/simrs/0.1.1/simrs/ for more information and documentation. +Visit https://docs.rs/simrs/0.1.2/simrs/ for more information and documentation. If you have any comments, suggestions, or criticism, don't hesitate to reach out by either contacting me directly or opening an issue. diff --git a/src/lib.rs b/src/lib.rs index cc720c5..e9115fd 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,4 @@ -#![doc(html_root_url = "https://docs.rs/simrs/0.1.1")] +#![doc(html_root_url = "https://docs.rs/simrs/0.1.2")] #![warn( missing_docs, trivial_casts,