Skip to content

Commit 7fc4a01

Browse files
committed
Bumped subcrates
1 parent 07ac15e commit 7fc4a01

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

asn1_der_derive/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "asn1_der_derive"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
authors = ["KizzyCode <[email protected]>"]
55
description = "This crate contains a procedural macro to implement `derive` for my `asn1_der` crate"
66
license = "BSD-2-Clause OR MIT"
@@ -9,8 +9,8 @@ readme = "README.md"
99

1010

1111
[dependencies]
12-
quote = "0.6.10"
13-
syn = "0.15.22"
12+
quote = "^1.0"
13+
syn = "^1.0"
1414

1515

1616
[profile.release]

0 commit comments

Comments
 (0)