-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e996a62
commit cdb345c
Showing
11 changed files
with
51 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "molecule" | ||
version = "0.7.5" | ||
version = "0.8.0" | ||
authors = ["Nervos Core Dev <[email protected]>"] | ||
edition = "2018" | ||
description = "Rust bindings for molecule." | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "molecule-ci-tests" | ||
version = "0.7.5" | ||
version = "0.8.0" | ||
authors = ["Nervos Core Dev <[email protected]>"] | ||
edition = "2018" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "molecule-tests-loader" | ||
version = "0.7.5" | ||
version = "0.8.0" | ||
authors = ["Nervos Core Dev <[email protected]>"] | ||
edition = "2018" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "molecule-tests-utils-c" | ||
version = "0.7.5" | ||
version = "0.8.0" | ||
authors = ["Nervos Core Dev <[email protected]>"] | ||
edition = "2018" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "molecule-tests-utils-rust" | ||
version = "0.7.5" | ||
version = "0.8.0" | ||
authors = ["Nervos Core Dev <[email protected]>"] | ||
edition = "2018" | ||
|
||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "molecule-codegen" | ||
version = "0.7.5" | ||
version = "0.8.0" | ||
authors = ["Nervos Core Dev <[email protected]>"] | ||
edition = "2018" | ||
description = "Code generator for molecule." | ||
|
@@ -16,7 +16,7 @@ categories = [ | |
license = "MIT" | ||
|
||
[dependencies] | ||
molecule = { version = "=0.7.5", path = "../../bindings/rust", default-features = false } | ||
molecule = { version = "=0.8.0", path = "../../bindings/rust", default-features = false } | ||
property = "0.3.3" | ||
pest = "2.5.7" | ||
pest_derive = "2.5.7" | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "moleculec" | ||
version = "0.7.5" | ||
version = "0.8.0" | ||
authors = ["Nervos Core Dev <[email protected]>"] | ||
edition = "2018" | ||
description = "Schema compiler for molecule." | ||
|
@@ -30,7 +30,7 @@ path = "src/compiler-rust.rs" | |
[dependencies] | ||
clap = { version = "3", features = ["yaml", "cargo"] } | ||
which = "4.3.0" | ||
molecule-codegen = { version = "=0.7.5", path = "../codegen", features = ["compiler-plugin"] } | ||
molecule-codegen = { version = "=0.8.0", path = "../codegen", features = ["compiler-plugin"] } | ||
|
||
[badges] | ||
maintenance = { status = "experimental" } |