mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
fix(github-actions): use rust toolchain arm64 version for macos 14 (#355)
* fix(osx): use rust toolchain arm version for macos 14 * feat(ntex-bytes): remove conflicting serde feature flag
This commit is contained in:
parent
49a4867005
commit
1b3a530fb7
2 changed files with 4 additions and 5 deletions
|
@ -1,4 +1,3 @@
|
|||
#![cfg(feature = "serde")]
|
||||
#![deny(warnings, rust_2018_idioms)]
|
||||
|
||||
use serde_test::{assert_tokens, Token};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue