mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-14 04:41:01 +00:00
Fix assert_next_token on old rustc
This commit is contained in:
@@ -67,10 +67,14 @@ else
|
||||
cd "$DIR/serde"
|
||||
channel build --features rc
|
||||
channel build --no-default-features
|
||||
cd "$DIR/serde_test"
|
||||
channel build
|
||||
|
||||
CHANNEL=1.13.0
|
||||
cargo clean
|
||||
cd "$DIR/serde"
|
||||
channel build --features rc
|
||||
channel build --no-default-features
|
||||
cd "$DIR/serde_test"
|
||||
channel build
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user