Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arrayvec"
version = "0.7.4"
version = "0.8.0"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't see a breaking change. Is there any?

authors = ["bluss"]
license = "MIT OR Apache-2.0"
edition = "2018"
Expand Down Expand Up @@ -42,6 +42,7 @@ harness = false
[features]
default = ["std"]
std = []
copy = []
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think it's necessary to gate this behind a feature.


[profile.bench]
debug = true
Expand Down
Loading