Combine Base and Deps workflows.
Add workflow arguments for verbosity. Add missing ldap to full features. Superpose --all-features as backstop for unlisted features. Fix hardened_malloc requiring gcc Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
09680fc86b
commit
481b67f1f9
15 changed files with 147 additions and 190 deletions
|
|
@ -4,7 +4,7 @@ extern crate test;
|
|||
#[cfg(tuwunel_bench)]
|
||||
#[cfg_attr(tuwunel_bench, bench)]
|
||||
fn ser_str(b: &mut test::Bencher) {
|
||||
use tuwunel::ruma::{RoomId, UserId};
|
||||
use tuwunel_core::ruma::{RoomId, UserId};
|
||||
|
||||
use crate::ser::serialize_to_vec;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue