Skip to content

Commit

Permalink
fixed recursion_limit for openssl-sys
Browse files Browse the repository at this point in the history
so it also compiles on rust 1.31; also same limit as used by
systest/ctest.
  • Loading branch information
stbuehler committed Oct 25, 2020
1 parent c6c2ce9 commit 1dbeb8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openssl-sys/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
unused_imports
)]
#![doc(html_root_url = "https://docs.rs/openssl-sys/0.9")]
#![recursion_limit = "128"] // configure fixed limit across all rust versions

extern crate libc;

Expand Down

0 comments on commit 1dbeb8c

Please sign in to comment.