626e754473
This commit updates the version number to 1.17.0 as we're not on that version of the nightly compiler, and at the same time this updates src/stage0.txt to bootstrap from freshly minted beta compiler and beta Cargo.
10 lines
162 B
TOML
10 lines
162 B
TOML
[package]
|
|
authors = ["The Rust Project Developers"]
|
|
name = "serialize"
|
|
version = "0.0.0"
|
|
|
|
[lib]
|
|
name = "serialize"
|
|
path = "lib.rs"
|
|
crate-type = ["dylib", "rlib"]
|