Skip to content

Commit

Permalink
Release 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
XAMPPRocky committed Jul 11, 2023
1 parent 922c310 commit 1809d7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ num-traits = { version = "0.2.14", default-features = false }
snafu = { version = "0.7", default-features = false, features = ["backtraces"] }
bytes = { version = "1.1.0", default-features = false }
bitvec.workspace = true
rasn-derive = { version = "0.6.1", path = "macros", optional = true }
rasn-derive = { version = "0.8.2", path = "macros", optional = true }
chrono.workspace = true
konst = { version = "0.2.13", default-features = false }
nom-bitvec = { package = "bitvec-nom2", version = "0.2.0" }
Expand Down
2 changes: 1 addition & 1 deletion macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rasn-derive"
version = "0.8.1"
version = "0.8.2"
categories = ["encoding", "no-std", "parser-implementations"]
authors = ["Erin Power <[email protected]>"]
edition = "2021"
Expand Down

0 comments on commit 1809d7c

Please sign in to comment.