Skip to content

Commit

Permalink
Version bump 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
finnbear committed Oct 17, 2023
1 parent 12262ea commit 2225bfe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ members = [
[package]
name = "bitcode"
authors = [ "Cai Bear", "Finn Bear" ]
version = "0.4.0"
version = "0.5.0"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/SoftbearStudios/bitcode"
description = "bitcode is a bitwise binary serializer"
exclude = ["fuzz/"]

[dependencies]
bitcode_derive = { version = "0.1.4", path="./bitcode_derive", optional = true }
bitcode_derive = { version = "0.5.0", path="./bitcode_derive", optional = true }
bitintr = "0.3.0"
bytemuck = { version = "1.13", features = [ "extern_crate_alloc" ] }
from_bytes_or_zeroed = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion bitcode_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "bitcode_derive"
authors = [ "Cai Bear", "Finn Bear" ]
version = "0.1.4"
version = "0.5.0"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/SoftbearStudios/bitcode/"
Expand Down

0 comments on commit 2225bfe

Please sign in to comment.