Skip to content

Commit

Permalink
chore: new cargo check rule
Browse files Browse the repository at this point in the history
  • Loading branch information
driftluo committed Jul 29, 2024
1 parent cabee62 commit 85a06f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.68.2
1.75.0
1 change: 1 addition & 0 deletions secio/build.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
use std::env;

fn main() {
println!("cargo:rustc-check-cfg=cfg(ossl110)");
if let Ok(v) = env::var("DEP_OPENSSL_VERSION_NUMBER") {
let version = u64::from_str_radix(&v, 16).unwrap();

Expand Down

0 comments on commit 85a06f0

Please sign in to comment.