Skip to content

Commit da05fcb

Browse files
authored
Bump for 0.6.5 release (#206)
1 parent 437b52f commit da05fcb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "asn1"
3-
version = "0.6.4"
3+
version = "0.6.5"
44
authors = ["Alex Gaynor <[email protected]>"]
55
repository = "https://github.com/alex/rust-asn1"
66
keywords = ["asn1"]
@@ -16,7 +16,7 @@ derive = ["asn1_derive"]
1616

1717
[dependencies]
1818
chrono = { version = "0.4", default-features = false, features = ["alloc"] }
19-
asn1_derive = { path = "asn1_derive/", version = "0.6.4", optional = true }
19+
asn1_derive = { path = "asn1_derive/", version = "0.6.5", optional = true }
2020

2121
[dev-dependencies]
2222
libc = "0.2"

asn1_derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "asn1_derive"
3-
version = "0.6.4"
3+
version = "0.6.5"
44
authors = ["Alex Gaynor <[email protected]>"]
55
repository = "https://github.com/alex/rust-asn1"
66
license = "BSD-3-Clause"

0 commit comments

Comments
 (0)