Skip to content

Commit

Permalink
Bumped subcrates
Browse files Browse the repository at this point in the history
  • Loading branch information
KizzyCode committed Oct 12, 2019
1 parent 07ac15e commit 7fc4a01
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions asn1_der_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "asn1_der_derive"
version = "0.1.1"
version = "0.1.2"
authors = ["KizzyCode <[email protected]>"]
description = "This crate contains a procedural macro to implement `derive` for my `asn1_der` crate"
license = "BSD-2-Clause OR MIT"
Expand All @@ -9,8 +9,8 @@ readme = "README.md"


[dependencies]
quote = "0.6.10"
syn = "0.15.22"
quote = "^1.0"
syn = "^1.0"


[profile.release]
Expand Down

0 comments on commit 7fc4a01

Please sign in to comment.