Skip to content

Commit

Permalink
bump version to v0.1.3; update edition to 2021
Browse files Browse the repository at this point in the history
  • Loading branch information
vadixidav committed Sep 17, 2024
1 parent 5695609 commit ff10458
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "header-vec"
version = "0.1.3-alpha.0"
version = "0.1.3"
authors = ["Geordon Worley <[email protected]>"]
edition = "2018"
edition = "2021"
description = "Vector with user-specified header, length, capacity, and array elements all stored on the heap together"
documentation = "https://docs.rs/header-vec/"
repository = "https://github.com/rust-cv/header-vec"
Expand Down

0 comments on commit ff10458

Please sign in to comment.