Skip to content

Commit

Permalink
Merge branch 'master' of github.com:deankarn/json
Browse files Browse the repository at this point in the history
  • Loading branch information
Dean Karn committed Nov 13, 2021
2 parents debd7d0 + 9e36f61 commit 2e5b990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ fn main() {
}

// BTreeMap::retain
// https://blog.rust-lang.org/2021/06/17/Rust-1.53.0.html#library-changes
// https://blog.rust-lang.org/2021/06/17/Rust-1.53.0.html#stabilized-apis
if minor < 53 {
println!("cargo:rustc-cfg=no_btreemap_retain");
}
Expand Down

0 comments on commit 2e5b990

Please sign in to comment.