mirror of
https://github.com/denoland/deno
synced 2024-11-05 18:45:24 +00:00
e888c3f534
This commit updates the `Deno.Kv` API to return the new commited versionstamp for the mutated data from `db.set` and `ao.commit`. This is returned in the form of a `Deno.KvCommitResult` object that has a `versionstamp` property.
3 lines
66 B
TOML
3 lines
66 B
TOML
[toolchain]
|
|
channel = "1.68.2"
|
|
components = ["rustfmt", "clippy"]
|