Skip to content

Commit

Permalink
Trying main crate publish too
Browse files Browse the repository at this point in the history
  • Loading branch information
recatek committed May 24, 2022
1 parent c1f1324 commit 658596f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions byte-enum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "byte-enum"
description = "A derive macro for converting #[repr(u8)] enums to bytes and back."
readme = "../README.md"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
repository = "https://github.com/recatek/byte-enum"
license = "MIT OR Apache-2.0"
Expand All @@ -14,4 +14,4 @@ external_doc = []
features = ["external_doc"]

[dependencies]
byte-enum-derive = { version = "0.1.0", path = "../byte-enum-derive" }
byte-enum-derive = { version = "0.1.1", path = "../byte-enum-derive" }

0 comments on commit 658596f

Please sign in to comment.