fix rkyv issue on more recent nightly

This commit is contained in:
Greg Johnston 2024-04-01 12:11:54 -04:00
parent 9408a9ecd2
commit d5ab1cc0e2
2 changed files with 2 additions and 2 deletions

View File

@ -40,4 +40,4 @@ jobs:
with:
directory: ${{ matrix.directory }}
cargo_make_task: "ci"
toolchain: nightly-2024-01-29
toolchain: nightly-2024-03-31

View File

@ -72,7 +72,7 @@ hydrate = [
"dep:web-sys",
]
ssr = ["dep:tokio"]
nightly = ["rkyv?/copy"]
nightly = [] #["rkyv?/copy"] # not working on more recent nightlys
serde = []
serde-lite = ["dep:serde-lite"]
miniserde = ["dep:miniserde"]