Skip to content

Commit

Permalink
Merge branch 'main' into archival-proofs-xdr
Browse files Browse the repository at this point in the history
  • Loading branch information
dmkozh authored Aug 15, 2024
2 parents e4e7b98 + 84cc773 commit f930d88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ path = "src/bin/stellar-xdr/main.rs"
required-features = ["cli"]
doctest = false

[build_dependencies]
[build-dependencies]
crate-git-revision = "0.0.6"

[dependencies]
Expand All @@ -31,7 +31,7 @@ serde_json = { version = "1.0.89", optional = true }
thiserror = { version = "1.0.37", optional = true }
schemars = { version = "0.8.16", optional = true }

[dev_dependencies]
[dev-dependencies]
serde_json = "1.0.89"

[features]
Expand Down
1 change: 1 addition & 0 deletions build.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
pub fn main() {
println!("cargo:rustc-check-cfg=cfg(docs)");
crate_git_revision::init();
}

0 comments on commit f930d88

Please sign in to comment.