Skip to content

Commit 6c9a552

Browse files
committed
Update version and add nightly to ct
1 parent 8c19701 commit 6c9a552

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "core_io"
3-
version = "0.1.20190701"
3+
version = "0.1.20191201"
44
authors = ["The Rust Project Developers", "Jethro Beekman", "Scott Mabin"]
55
license = "MIT/Apache-2.0"
66
description = """

ct.sh

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ RUST_VERSIONS=$(awk '{print $1}' <<EOF
2121
nightly-2018-08-15 # edge case: non_exhaustive feature
2222
nightly-2019-02-25 # edge case: bind_by_move_pattern_guards feature
2323
nightly-2019-07-01 # core_io release
24+
nightly-2019-12-01 # core_io release
2425
EOF
2526
)
2627

0 commit comments

Comments
 (0)