Skip to content

Commit ff10458

Browse files
committed
bump version to v0.1.3; update edition to 2021
1 parent 5695609 commit ff10458

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22
name = "header-vec"
3-
version = "0.1.3-alpha.0"
3+
version = "0.1.3"
44
authors = ["Geordon Worley <[email protected]>"]
5-
edition = "2018"
5+
edition = "2021"
66
description = "Vector with user-specified header, length, capacity, and array elements all stored on the heap together"
77
documentation = "https://docs.rs/header-vec/"
88
repository = "https://github.com/rust-cv/header-vec"

0 commit comments

Comments
 (0)