Skip to content

Commit 5248244

Browse files
committed
Release 0.2.0
rasn@0.2.0 rasn-derive@0.2.0 Generated by cargo-workspaces
1 parent 648c2f8 commit 5248244

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rasn"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
categories = ["encoding", "no-std", "parser-implementations"]
55
authors = ["Erin Power <xampprocky@gmail.com>"]
66
edition = "2018"
@@ -26,6 +26,6 @@ num-traits = { version = "0.2.12", default-features = false }
2626
snafu = { version = "0.6.8", default-features = false }
2727
bytes = { version = "0.5.6", default-features = false }
2828
bitvec = { version = "0.18.1", default-features = false, features = ["alloc"] }
29-
rasn-derive = { version = "0.1.0", path = "macros", optional = true }
29+
rasn-derive = { version = "0.2.0", path = "macros", optional = true }
3030
chrono = { version = "0.4.15", default-features = false, features = ["alloc"] }
3131
static_assertions = "1.1.0"

macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rasn-derive"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
categories = ["encoding", "no-std", "parser-implementations"]
55
authors = ["Erin Power <xampprocky@gmail.com>"]
66
edition = "2018"

0 commit comments

Comments
 (0)