Skip to content

Commit

Permalink
fixed recursion_limit for openssl-sys
Browse files Browse the repository at this point in the history
  • Loading branch information
stbuehler committed Oct 25, 2020
1 parent 36c8739 commit 2c42cef
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 2c42cef

Please sign in to comment.