]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Merge branch 'rust-panic1' into rust-panic1-034
authorteor <teor@torproject.org>
Mon, 15 Apr 2019 00:15:02 +0000 (10:15 +1000)
committerteor <teor@torproject.org>
Mon, 15 Apr 2019 00:15:02 +0000 (10:15 +1000)
1  2 
src/rust/Cargo.toml

index c3e44d2a7950d1a2d3c6beb3d0cddce02b24d251,c22eea984d9d692791f5bffaee0c75834e3b1e88..de8693ea33fe833a2e6ae790bc7ae6bd3e9677e9
@@@ -1,15 -1,11 +1,20 @@@
  [workspace]
 -members = ["tor_util", "protover", "smartlist", "external", "tor_allocate", "tor_rust"]
 +members = [
 +    "crypto",
 +    "external",
 +    "protover",
 +    "smartlist",
 +    "tor_allocate",
 +    "tor_log",
 +    "tor_rust",
 +    "tor_util",
 +]
  
+ # Can remove panic="abort" when this issue is fixed:
+ # https://github.com/rust-lang/rust/issues/52652
+ [profile.dev]
+ panic = "abort"
  [profile.release]
  debug = true
  panic = "abort"