Skip to content

Commit

Permalink
Release 0.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
vorner committed Jun 6, 2020
1 parent 1cd19c3 commit 77b5be7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# 0.4.7

* Rename the `unstable-weak` to `weak` feature. The support is now available on
1.45 (currently in beta).

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arc-swap"
version = "0.4.6"
version = "0.4.7"
authors = ["Michal 'vorner' Vaner <[email protected]>"]
description = "Atomically swappable Arc"
documentation = "https://docs.rs/arc-swap"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#![doc(
html_root_url = "https://docs.rs/arc-swap/0.4.6/arc-swap/",
html_root_url = "https://docs.rs/arc-swap/0.4.7/arc-swap/",
test(attr(deny(warnings)))
)]
#![deny(missing_docs, warnings)]
Expand Down

0 comments on commit 77b5be7

Please sign in to comment.