File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ into_bits = []
30
30
libcore_neon = []
31
31
32
32
[dev-dependencies ]
33
- paste = " ^0.1.3 "
33
+ paste = " ^1 "
34
34
arrayvec = { version = " ^0.5" , default-features = false }
35
35
36
36
[target .'cfg(target_arch = "x86_64")' .dependencies .sleef-sys ]
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ macro_rules! impl_bit_manip {
34
34
35
35
test_if! {
36
36
$test_tt:
37
- paste:: item_with_macros ! {
37
+ paste:: item ! {
38
38
#[ allow( overflowing_literals) ]
39
39
pub mod [ <$id _bit_manip>] {
40
40
#![ allow( const_item_mutation) ]
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ macro_rules! impl_swap_bytes {
76
76
77
77
test_if! {
78
78
$test_tt:
79
- paste:: item_with_macros ! {
79
+ paste:: item ! {
80
80
pub mod [ <$id _swap_bytes>] {
81
81
use super :: * ;
82
82
You can’t perform that action at this time.
0 commit comments