File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
android/buildSrc/src/main/java Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " mmkv"
3- version = " 0.5.0 "
3+ version = " 0.5.1 "
44edition = " 2021"
55authors = [" Kexuan Yang <kexuan.yang@gmail.com>" ]
66description = " Rust version of MMKV"
@@ -17,7 +17,7 @@ exclude = [
1717
1818[dependencies ]
1919protobuf = " 3.4.0"
20- libc = " 0.2.153 "
20+ libc = " 0.2.155 "
2121crc = " 3.2.1"
2222eax = { version = " 0.5.0" , features = [" stream" ], optional = true }
2323aes = { version = " 0.8.4" , optional = true }
@@ -27,7 +27,7 @@ chrono = { version = "0.4.38" }
2727once_cell = { version = " 1.19.0" }
2828
2929[build-dependencies ]
30- protobuf-codegen = " 3.4 .0"
30+ protobuf-codegen = " 3.5 .0"
3131protoc-bin-vendored = " 3.0.0"
3232
3333[features ]
Original file line number Diff line number Diff line change 1- const val version = " 0.5.0 "
1+ const val version = " 0.5.1 "
You can’t perform that action at this time.
0 commit comments