Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kunicmarko20 committed Mar 6, 2019
1 parent a970cec commit 21a56d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "arc-guard"
description = "Wrapper around Arc<Mutex<T>> that removes boilerplate code."
version = "0.1.0"
description = "Guard around Arc<Mutex<T>> allowing you to write less boilerplate code."
version = "0.2.0"
license = "MIT"
authors = ["kunicmarko20 <[email protected]>"]
edition = "2018"
repository = "https://github.com/kunicmarko20/arc-guard-rs"
repository = "https://github.com/rustysoft/arc-guard"

0 comments on commit 21a56d6

Please sign in to comment.