Skip to content

Commit

Permalink
Revert "remove unused rustc_version dep from wen-restart (wrong branch)"
Browse files Browse the repository at this point in the history
This reverts commit 60dbddd.
  • Loading branch information
kevinheavey committed Sep 5, 2024
1 parent 654fa04 commit da7e27b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions programs/sbf/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions wen-restart/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ tempfile = { workspace = true }

[build-dependencies]
prost-build = { workspace = true }
rustc_version = { workspace = true }

# windows users should install the protobuf compiler manually and set the PROTOC
# envar to point to the installed binary
Expand Down
2 changes: 2 additions & 0 deletions wen-restart/build.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
extern crate rustc_version;

use std::io::Result;

fn main() -> Result<()> {
Expand Down

0 comments on commit da7e27b

Please sign in to comment.