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 1893ea4 commit d81865dCopy full SHA for d81865d
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# 0.34.7
2
+
3
+## Bug Fixes
4
5
+* #1314 Fix a bug in Subscriber's Future impl.
6
7
# 0.34.6
8
9
## Improvements
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "sled"
-version = "0.34.6"
+version = "0.34.7"
authors = ["Tyler Neely <[email protected]>"]
description = "Lightweight high-performance pure-rust transactional embedded database."
license = "MIT/Apache-2.0"
0 commit comments