Skip to content

Commit c3d45c6

Browse files
authored
Version 0.1.2 (#17)
Version 0.1.2
1 parent a813544 commit c3d45c6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "simrs"
3-
version = "0.1.1" # remember to update html_root_url
3+
version = "0.1.2" # remember to update html_root_url
44
authors = ["Michal Siedlaczek <siedlaczek@pm.me>"]
55
edition = "2018"
66
description = "General purpose descrete event simulation library."

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This is an experimental discrete event simulation library I use in my research p
44
I'm not sure at the moment how much value it has for others but I found the things I did
55
here interesting, so maybe someone else will as well.
66

7-
Visit https://docs.rs/simrs/0.1.1/simrs/ for more information and documentation.
7+
Visit https://docs.rs/simrs/0.1.2/simrs/ for more information and documentation.
88

99
If you have any comments, suggestions, or criticism, don't hesitate to reach out
1010
by either contacting me directly or opening an issue.

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![doc(html_root_url = "https://docs.rs/simrs/0.1.1")]
1+
#![doc(html_root_url = "https://docs.rs/simrs/0.1.2")]
22
#![warn(
33
missing_docs,
44
trivial_casts,

0 commit comments

Comments
 (0)