From f3bffd9da2bb2c66f0e7777ddc905b63be1d7a43 Mon Sep 17 00:00:00 2001 From: Lokathor Date: Sun, 22 Sep 2019 13:07:59 -0600 Subject: [PATCH] (cargo-release) start next development iteration 0.1.1-alpha.0 --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9ca7523..696b75a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "] 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