Skip to content

Commit

Permalink
🐳 chore: Upgrade deno_ast to v0.42.2
Browse files Browse the repository at this point in the history
  • Loading branch information
caoccao committed Oct 9, 2024
1 parent 8305b6f commit c92a151
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions docs/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release Notes

## 1.0.1

* Upgraded deno_ast to v0.42.2
* Upgraded rust toolchain to v1.81.0

## 1.0.0

* Upgraded deno_ast to v0.42.0
Expand Down
8 changes: 4 additions & 4 deletions rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ crate-type = ["cdylib", "rlib"]
base64 = "0.22.1"
log = "0.4.22"
env_logger = "0.11.5"
deno_ast = { version = "0.42.0", features = [
deno_ast = { version = "0.42.2", features = [
"bundler",
"cjs",
"codegen",
Expand All @@ -32,4 +32,4 @@ deno_ast = { version = "0.42.0", features = [
] }
jni = "0.21.1"
num-bigint = "0.4.6"
anyhow = "1.0.86"
anyhow = "1.0.89"
2 changes: 1 addition & 1 deletion rust/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[toolchain]
channel = "1.79.0"
channel = "1.81.0"
components = ["clippy", "rustfmt"]
profile = "minimal"

0 comments on commit c92a151

Please sign in to comment.