We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5f357b commit 49a334bCopy full SHA for 49a334b
Cargo.toml
@@ -2,7 +2,7 @@
2
name = "value-log"
3
description = "Value log implementation for key-value separated LSM storage"
4
license = "MIT OR Apache-2.0"
5
-version = "1.7.0"
+version = "1.7.1"
6
edition = "2021"
7
rust-version = "1.74.0"
8
readme = "README.md"
src/coding.rs
@@ -43,6 +43,8 @@ pub enum DecodeError {
43
/// I/O error
44
Io(std::io::Error),
45
46
+ Utf8(std::str::Utf8Error),
47
+
48
InvalidVersion,
49
50
/// Invalid enum tag
0 commit comments