Skip to content
This repository has been archived by the owner on Apr 6, 2024. It is now read-only.

Commit

Permalink
chore: update to 0.6.0
Browse files Browse the repository at this point in the history
Technically this contains a small breaking change with serialization of
using serde-wasm-bindgen for serialization which returns a different
KvError variant upon failure, but it's unlikely to happen to you in the
real world.
  • Loading branch information
zebp committed Mar 8, 2023
1 parent 95ae197 commit 3c53503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "worker-kv"
version = "0.5.1"
version = "0.6.0"
authors = ["Zeb Piasecki <[email protected]>"]
edition = "2018"
description = "Rust bindings to Cloudflare Worker KV Stores."
Expand Down

0 comments on commit 3c53503

Please sign in to comment.