Commit d650877 1 parent b57bb4c commit d650877 Copy full SHA for d650877
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ serialize = ["cookie-factory"]
46
46
std = []
47
47
48
48
[dependencies ]
49
- asn1-rs-derive = { version =" 0.2 " , path =" ./derive" }
49
+ asn1-rs-derive = { version =" 0.3 " , path =" ./derive" }
50
50
asn1-rs-impl = { version =" 0.1" , path =" ./impl" }
51
51
bitvec = { version =" 1.0" , optional =true }
52
52
cookie-factory = { version =" 0.3.0" , optional =true }
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " asn1-rs-derive"
3
- version = " 0.2 .0"
3
+ version = " 0.3 .0"
4
4
authors = [" Pierre Chifflier <chifflier@wzdftpd.net>" ]
5
5
description = " Derive macros for the `asn1-rs` crate"
6
6
license = " MIT/Apache-2.0"
@@ -15,4 +15,4 @@ proc-macro = true
15
15
proc-macro2 = " 1.0"
16
16
quote = " 1.0"
17
17
syn = { version =" 1.0" , features = [" full" ] }
18
- synstructure = " 0.12"
18
+ synstructure = " 0.12"
You can’t perform that action at this time.
0 commit comments