Skip to content

Commit

Permalink
0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacasonato authored Oct 30, 2023
1 parent 15e730d commit 14254ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 138 deletions.
137 changes: 1 addition & 136 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ num-bigint = "0.4"
prost = "0.11"
prost-build = "0.11"
rand = "0.8.5"
reqwest = { version = "0.11", features = ["json"] }
reqwest = { version = "0.11", default-features = false, features = ["json"] }
rusqlite = { version = "0.29.0" }
serde = { version = "1", features = ["derive"] }
serde_json = "1.0.107"
Expand Down
2 changes: 1 addition & 1 deletion remote/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "denokv_remote"
description = "Remote (KV Connect) backend for Deno KV"
version = "0.2.0"
version = "0.2.1"
edition.workspace = true
license.workspace = true
repository.workspace = true
Expand Down

0 comments on commit 14254ca

Please sign in to comment.