Skip to content

Commit

Permalink
chore: bump derive to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
6d7a committed Apr 6, 2024
1 parent 58080bf commit f54a701
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rasn-compiler-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ authors = ["Kevin Westphal"]
proc-macro = true

[dependencies]
rasn-compiler = { path = "../rasn-compiler" }
rasn-compiler = { version = "0.1.2" }
proc-macro2 = "1"
syn= "2"
4 changes: 2 additions & 2 deletions rasn-compiler-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ readme.workspace = true
[dependencies]
rasn-compiler-derive = { path = "../rasn-compiler-derive" }
rasn-compiler = { path = "../rasn-compiler" }
rasn = { git = "https://github.com/librasn/rasn" }
rasn = { version = "0.14.0" }

[dev-dependencies]
bitvec = { version = "1" }
bitvec-nom = { version = "0.2" }
rasn-kerberos = "0.10.0"
rasn-kerberos = "0.14.0"
bytes = "1.4.0"
num-bigint = "0.4.4"
lazy_static = "1.4"

0 comments on commit f54a701

Please sign in to comment.