Skip to content

Commit 485499e

Browse files
committed
Bump version to 0.5.1
Signed-off-by: kexuan.yang <kexuan.yang@gmail.com>
1 parent 9241bcf commit 485499e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mmkv"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
edition = "2021"
55
authors = ["Kexuan Yang <kexuan.yang@gmail.com>"]
66
description = "Rust version of MMKV"
@@ -17,7 +17,7 @@ exclude = [
1717

1818
[dependencies]
1919
protobuf = "3.4.0"
20-
libc = "0.2.153"
20+
libc = "0.2.155"
2121
crc = "3.2.1"
2222
eax = { version = "0.5.0", features = ["stream"], optional = true }
2323
aes = { version = "0.8.4", optional = true }
@@ -27,7 +27,7 @@ chrono = { version = "0.4.38" }
2727
once_cell = { version = "1.19.0" }
2828

2929
[build-dependencies]
30-
protobuf-codegen = "3.4.0"
30+
protobuf-codegen = "3.5.0"
3131
protoc-bin-vendored = "3.0.0"
3232

3333
[features]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
const val version = "0.5.0"
1+
const val version = "0.5.1"

0 commit comments

Comments
 (0)