Skip to content

Commit

Permalink
pull ast fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dragazo committed Sep 27, 2023
1 parent 0bf7db0 commit 9c0e1bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "netsblox-vm"
version = "0.2.8"
version = "0.2.9"
edition = "2021"
license = "MIT OR Apache-2.0"
authors = ["Devin Jean <[email protected]>"]
Expand Down Expand Up @@ -70,7 +70,7 @@ rustls-tls-webpki-roots = [
# core deps
serde_json = { version = "1.0", default-features = false, features = ["alloc"] }
gc-arena = { version = "=0.3.0", default-features = false }
netsblox-ast = { version = "=0.3.8", default-features = false }
netsblox-ast = { version = "=0.3.9", default-features = false }
# netsblox-ast = { path = "../netsblox-ast", default-features = false }
num-traits = { version = "0.2.16", default-features = false }
num-derive = { version = "0.3.3", default-features = false }
Expand Down

0 comments on commit 9c0e1bd

Please sign in to comment.