Skip to content

Commit

Permalink
update ast dep
Browse files Browse the repository at this point in the history
  • Loading branch information
dragazo committed Mar 27, 2024
1 parent 24bfa31 commit c9473a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ rustls-tls-webpki-roots = [
# core deps
serde_json = { version = "1.0", default-features = false, features = ["alloc"] }
gc-arena = { version = "=0.4.0", default-features = false }
netsblox-ast = { version = "=0.5.8", default-features = false }
netsblox-ast = { version = "=0.5.9", default-features = false }
# netsblox-ast = { path = "../netsblox-ast", default-features = false }
num-traits = { version = "0.2.17", default-features = false }
num-derive = { version = "0.4.1", default-features = false }
Expand Down

0 comments on commit c9473a1

Please sign in to comment.