Skip to content

Commit 77b5be7

Browse files
committed
Release 0.4.7
1 parent 1cd19c3 commit 77b5be7

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# 0.4.7
2+
13
* Rename the `unstable-weak` to `weak` feature. The support is now available on
24
1.45 (currently in beta).
35

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "arc-swap"
3-
version = "0.4.6"
3+
version = "0.4.7"
44
authors = ["Michal 'vorner' Vaner <vorner@vorner.cz>"]
55
description = "Atomically swappable Arc"
66
documentation = "https://docs.rs/arc-swap"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#![doc(
2-
html_root_url = "https://docs.rs/arc-swap/0.4.6/arc-swap/",
2+
html_root_url = "https://docs.rs/arc-swap/0.4.7/arc-swap/",
33
test(attr(deny(warnings)))
44
)]
55
#![deny(missing_docs, warnings)]

0 commit comments

Comments
 (0)