Skip to content

Commit

Permalink
bump Edition of leveldb-sys to 2021
Browse files Browse the repository at this point in the history
  • Loading branch information
rim99 committed Aug 24, 2024
1 parent e4b3112 commit bfa1205
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.8.6"
edition = "2021"
authors = [
"Florian Gilcher <[email protected]>",
"Zhang Xin <[email protected]>"
"Zhang Xin <[email protected]>",
]

description = "An interface for leveldb"
Expand Down
7 changes: 6 additions & 1 deletion leveldb-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
[package]
name = "leveldb-sys"
version = "2.0.9"
authors = ["Andrew Dunham <[email protected]>", "Florian Gilcher <[email protected]>"]
edition = "2021"
authors = [
"Andrew Dunham <[email protected]>",
"Florian Gilcher <[email protected]>",
"Zhang Xin <[email protected]>"
]

description = "FFI bindings to LevelDB"
repository = "https://github.com/skade/leveldb-sys"
Expand Down

0 comments on commit bfa1205

Please sign in to comment.