-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit modifies the build process to directly use the git submodule containing the protobuf files instead of downloading them from the GitHub repository. This should allow us to publish the crate without having it needing internet connection. Signed-off-by: Hugues de Valon <[email protected]>
- Loading branch information
Showing
6 changed files
with
23 additions
and
57 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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "parsec-operations"] | ||
path = parsec-operations | ||
url = https://github.com/parallaxsecond/parsec-operations.git |
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 = "parsec-interface" | ||
version = "0.7.0" | ||
version = "0.7.1" | ||
authors = ["Paul Howard <[email protected]>", | ||
"Ionut Mihalcea <[email protected]>", | ||
"Hugues de Valon <[email protected]>"] | ||
|
@@ -14,9 +14,6 @@ edition = "2018" | |
|
||
[build-dependencies] | ||
prost-build = "0.5.0" | ||
curl = "0.4.25" | ||
flate2 = "1.0.13" | ||
tar = "0.4.26" | ||
|
||
[dependencies] | ||
serde = { version = "1.0", features = ["derive"] } | ||
|
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
Submodule parsec-operations
added at
581423
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