mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 10:59:13 +00:00
parent
52dc3ef1a4
commit
916598f8a7
28 changed files with 163 additions and 140 deletions
4
ext/cache/Cargo.toml
vendored
4
ext/cache/Cargo.toml
vendored
|
@ -2,7 +2,7 @@
|
|||
|
||||
[package]
|
||||
name = "deno_cache"
|
||||
version = "0.8.0"
|
||||
version = "0.9.0"
|
||||
authors = ["the Deno authors"]
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
|
@ -15,7 +15,7 @@ path = "lib.rs"
|
|||
|
||||
[dependencies]
|
||||
async-trait = "0.1"
|
||||
deno_core = { version = "0.158.0", path = "../../core" }
|
||||
deno_core = { version = "0.159.0", path = "../../core" }
|
||||
rusqlite = { version = "0.28.0", features = ["unlock_notify", "bundled"] }
|
||||
serde = { version = "1.0.129", features = ["derive"] }
|
||||
sha2 = "0.10.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue