mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 02:48:24 +00:00
1.26.0
Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com> Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
This commit is contained in:
parent
cfbcb3b613
commit
d8827514ff
26 changed files with 170 additions and 132 deletions
4
ext/cache/Cargo.toml
vendored
4
ext/cache/Cargo.toml
vendored
|
@ -2,7 +2,7 @@
|
|||
|
||||
[package]
|
||||
name = "deno_cache"
|
||||
version = "0.1.0"
|
||||
version = "0.2.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.152.0", path = "../../core" }
|
||||
deno_core = { version = "0.153.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