Skip to content

Commit f599fa9

Browse files
committed
use git
1 parent f3ad4b0 commit f599fa9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ deno_graph = { path = "../deno_graph", default-features = false, features = [
1515
"swc",
1616
"symbols",
1717
] }
18-
deno_ast = { path = "../deno_ast" }
18+
deno_ast = { git = "https://github.com/nathanwhit/deno_ast", branch = "oxc-port" }
1919
import_map = "0.25.0"
2020
serde = { version = "1.0.204", features = ["derive"] }
2121
serde_json = { version = "1.0.122", features = ["preserve_order"] }

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "1.92.0"
2+
channel = "1.96.0"
33
components = ["rustfmt", "clippy"]

0 commit comments

Comments
 (0)