Skip to content

Commit cf2db57

Browse files
author
yangweijian
committed
update rust-version to 1.65
1 parent 51f29ae commit cf2db57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "haizhi-rocksdb"
33
description = "Rust wrapper for Facebook's RocksDB embeddable database"
44
version = "0.2.8"
55
edition = "2018"
6-
rust-version = "1.60"
6+
rust-version = "1.65"
77
authors = ["Tyler Neely <[email protected]>", "David Greenberg <[email protected]>"]
88
repository = "https://github.com/haizhi-tech/haizhi-rust-rocksdb/"
99
license = "Apache-2.0"
@@ -48,4 +48,4 @@ bincode = "1.3"
4848
serde = { version = "1", features = [ "derive" ] }
4949

5050
[lib]
51-
doctest = false
51+
doctest = false

0 commit comments

Comments
 (0)