(cargo-release) start next development iteration 0.1.1-alpha.0

This commit is contained in:
Lokathor 2019-09-22 13:07:59 -06:00
parent 7603a0f01d
commit f3bffd9da2

View File

@ -1,7 +1,7 @@
[package]
name = "bytemuck"
description = "A crate for mucking around with piles of bytes."
version = "0.1.0"
version = "0.1.1-alpha.0"
authors = ["Lokathor <zefria@gmail.com>"]
repository = "https://github.com/Lokathor/bytemuck"
readme = "README.md"
@ -10,12 +10,12 @@ categories = ["encoding", "no-std"]
edition = "2018"
license = "0BSD"
[package.metadata.docs.rs]
all-features = true
[features]
extern_crate_alloc = []
[badges]
appveyor = { repository = "Lokathor/bytemuck" }
travis-ci = { repository = "Lokathor/bytemuck" }
[package.metadata.docs.rs]
all-features = true