mirror of
https://github.com/Lokathor/bytemuck.git
synced 2024-11-21 22:32:23 +00:00
(cargo-release) start next development iteration 0.1.1-alpha.0
This commit is contained in:
parent
7603a0f01d
commit
f3bffd9da2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user