Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanieu committed Jul 29, 2023
1 parent f5333f1 commit 79ace14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "atomic"
version = "0.5.3"
version = "0.6.0"
edition = "2018"
authors = ["Amanieu d'Antras <[email protected]>"]
description = "Generic Atomic<T> wrapper type"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
atomic = "0.5"
atomic = "0.6"
```

and this to your crate root:
Expand Down

0 comments on commit 79ace14

Please sign in to comment.