mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: rm unused build.rs vergen (#6198)
This commit is contained in:
@ -86,9 +86,6 @@ paste = "1.0"
|
||||
|
||||
assert_matches.workspace = true
|
||||
|
||||
[build-dependencies]
|
||||
vergen = { version = "8", features = ["git", "git2"] }
|
||||
|
||||
[features]
|
||||
default = ["mdbx"]
|
||||
test-utils = ["tempfile", "arbitrary"]
|
||||
|
||||
@ -1,10 +0,0 @@
|
||||
#![allow(missing_docs)]
|
||||
|
||||
use std::error::Error;
|
||||
use vergen::EmitBuilder;
|
||||
|
||||
fn main() -> Result<(), Box<dyn Error>> {
|
||||
// Emit the instructions
|
||||
EmitBuilder::builder().git_sha(true).emit()?;
|
||||
Ok(())
|
||||
}
|
||||
Reference in New Issue
Block a user