Skip to content

Commit

Permalink
Bump Rust version to 1.79 (#384)
Browse files Browse the repository at this point in the history
* Bump Rust version to 1.79

We're doing this bump for env and we need to fix the XDR library warnings anyways.

* Revert rust version bump.

* !fixup revert to old syntax
  • Loading branch information
dmkozh authored Aug 15, 2024
1 parent 0eebf75 commit 84cc773
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 84cc773

Please sign in to comment.