Skip to content

Commit

Permalink
maintenance (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasoncolburne authored Oct 20, 2023
1 parent 2b2a39f commit e934173
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 deletions.
11 changes: 11 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## Rationale



## Testing



### For Reviewers

- [ ] Verify version bumped in `Cargo.toml`
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cesride"
version = "0.6.1"
version = "0.6.2"
edition = "2021"
description = "Cryptographic primitives for use with Composable Event Streaming Representation (CESR)"
license = "Apache-2.0"
Expand All @@ -15,8 +15,8 @@ base64 = "~0.21"
blake2 = "~0.10"
blake3 = "~1"
chrono = { version = "~0.4", default-features = false, features = ["clock"] }
ed25519-dalek = { version = "2.0.0-rc.2", features = ["rand_core"] }
indexmap = "~1"
ed25519-dalek = { version = "2.0.0", features = ["rand_core"] }
indexmap = "~2"
k256 = "~0.13"
lazy_static = "~1"
num-rational = "~0.4"
Expand All @@ -30,6 +30,6 @@ thiserror = "~1"
zeroize = { version = "~1", features = ["derive"] }

[dev-dependencies]
hex-literal = "0.4.0"
hex = "0.4.3"
rstest = "0.17.0"
hex-literal = "~0.4"
hex = "~0.4"
rstest = "~0.18"

0 comments on commit e934173

Please sign in to comment.