Skip to content

Commit

Permalink
Let the version.sh script work with gluon_codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
Marwes committed Jul 1, 2018
1 parent 92bdf49 commit 8bff7bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ proc-macro2 = "0.4"
[dev-dependencies]
serde = "1.0.0"
serde_derive = "1.0.0"
gluon = { version = ">=0.7.0", path = "..", features = ["serialization"] } # GLUON
gluon_vm = { version = ">=0.7.0", path = "../vm" } # GLUON
gluon = { version = ">=0.8.0", path = "..", features = ["serialization"] }
gluon_vm = { version = ">=0.8.0", path = "../vm" }

0 comments on commit 8bff7bd

Please sign in to comment.