Skip to content

Commit

Permalink
deps: upgrade Deno to latest (#354)
Browse files Browse the repository at this point in the history
- bump deno_core to 0.204.0, the version used by other deno crates
- bump other deno_crates to 1.36.3 / 2023.08.24
  https://github.com/denoland/deno/releases/tag/v1.36.3

Notably, this fixes builds using recent rust versions (e.g. 1.72.0).

Signed-off-by: Miroslav Bajtoš <oss@bajtos.net>
  • Loading branch information
bajtos authored Aug 30, 2023
1 parent fcee6ac commit 38e118c
Show file tree
Hide file tree
Showing 6 changed files with 132 additions and 64 deletions.
174 changes: 121 additions & 53 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 @@ -17,7 +17,7 @@ repository = "https://github.com/filecoin-station/zinnia"
[workspace.dependencies]
assert_cmd = "2.0.12"
assert_fs = "1.0.13"
deno_core = "0.190.0"
deno_core = "0.204.0"
log = "0.4.17"
pretty_assertions = "1.4.0"
env_logger = "0.10.0"
Expand Down
Loading

0 comments on commit 38e118c

Please sign in to comment.