We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cd19c3 commit 77b5be7Copy full SHA for 77b5be7
CHANGELOG.md
@@ -1,3 +1,5 @@
1
+# 0.4.7
2
+
3
* Rename the `unstable-weak` to `weak` feature. The support is now available on
4
1.45 (currently in beta).
5
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arc-swap"
-version = "0.4.6"
+version = "0.4.7"
authors = ["Michal 'vorner' Vaner <vorner@vorner.cz>"]
description = "Atomically swappable Arc"
6
documentation = "https://docs.rs/arc-swap"
src/lib.rs
@@ -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)]
0 commit comments