Skip to content

Commit

Permalink
cleaned example
Browse files Browse the repository at this point in the history
  • Loading branch information
warfaj committed Feb 3, 2024
1 parent 4a52772 commit c88834a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/src/fireworks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ edition = "2021"
default-run = "run"

[dependencies]
pax-lang = { version = "0.11.3", path = ".pax/pkg/pax-lang" }
pax-std = { version = "0.11.3", path = ".pax/pkg/pax-std" }
pax-compiler = { version = "0.11.3", optional = true, path = ".pax/pkg/pax-compiler" }
pax-manifest = { version = "0.11.3", path = ".pax/pkg/pax-manifest" }
pax-lang = { version = "0.11.3"}
pax-std = { version = "0.11.3"}
pax-compiler = { version = "0.11.3", optional = true}
pax-manifest = { version = "0.11.3"}
serde_json = {version = "1.0.95", optional = true}

[[bin]]
Expand Down

0 comments on commit c88834a

Please sign in to comment.