File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 19
19
include :
20
20
# versions (all on linux-x86_64)
21
21
- { rust: 1.34.0, os: ubuntu-latest }
22
+ - { rust: 1.61.0, os: ubuntu-latest }
22
23
- { rust: stable, os: ubuntu-latest }
23
24
- { rust: beta, os: ubuntu-latest }
24
25
- { rust: nightly, os: ubuntu-latest }
36
37
- run : cargo test --verbose
37
38
- run : cargo test --verbose --no-default-features
38
39
- run : cargo test --verbose
40
+ - run : cargo test --verbose --features derive
41
+ if : matrix.rust == '1.61.0'
39
42
- run : cargo test --verbose --all-features
40
43
if : matrix.rust == 'nightly'
41
44
- run : cargo test --verbose --manifest-path=derive/Cargo.toml --all-features
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " bytemuck_derive"
3
3
description = " derive proc-macros for `bytemuck`"
4
- version = " 1.9.2 "
4
+ version = " 1.9.3 "
5
5
authors = [" Lokathor <zefria@gmail.com>" ]
6
6
repository = " https://github.com/Lokathor/bytemuck"
7
7
readme = " README.md"
8
8
keywords = [" transmute" , " bytes" , " casting" ]
9
9
categories = [" encoding" , " no-std" ]
10
10
edition = " 2018"
11
11
license = " Zlib OR Apache-2.0 OR MIT"
12
- rust-version = " 1.84 "
12
+ rust-version = " 1.61 "
13
13
# note(lokathor): do not publish with this set
14
14
# resolver = "3"
15
15
You can’t perform that action at this time.
0 commit comments