Commit Graph

15 Commits

Author SHA1 Message Date
dependabot[bot] 82b3d61c08 Update proptest requirement from 0.10 to 1.0
Updates the requirements on [proptest](https://github.com/altsysrq/proptest) to permit the latest version.
- [Release notes](https://github.com/altsysrq/proptest/releases)
- [Changelog](https://github.com/AltSysrq/proptest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/altsysrq/proptest/compare/0.10.0...1.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-25 06:08:48 -05:00
dependabot[bot] 5154a9955a Update proptest-derive requirement from 0.2.0 to 0.3.0
Updates the requirements on [proptest-derive](https://github.com/AltSysrq/proptest) to permit the latest version.
- [Release notes](https://github.com/AltSysrq/proptest/releases)
- [Changelog](https://github.com/AltSysrq/proptest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/AltSysrq/proptest/compare/proptest-derive-0.2.0...proptest-derive-0.3.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-23 12:15:32 -05:00
dependabot[bot] 86bf80a88c Update curve25519-dalek requirement from 2.0.0 to 3.0.0
Updates the requirements on [curve25519-dalek](https://github.com/dalek-cryptography/curve25519-dalek) to permit the latest version.
- [Release notes](https://github.com/dalek-cryptography/curve25519-dalek/releases)
- [Changelog](https://github.com/dalek-cryptography/curve25519-dalek/blob/master/CHANGELOG.md)
- [Commits](https://github.com/dalek-cryptography/curve25519-dalek/compare/2.0.0...3.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-03 10:16:46 -04:00
dependabot-preview[bot] ceee1c1d87 Update proptest requirement from 0.9 to 0.10
Updates the requirements on [proptest](https://github.com/altsysrq/proptest) to permit the latest version.
- [Release notes](https://github.com/altsysrq/proptest/releases)
- [Changelog](https://github.com/AltSysrq/proptest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/altsysrq/proptest/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-01 15:48:20 -04:00
dependabot-preview[bot] d980b3b6a0 Update proptest-derive requirement from 0.1.0 to 0.2.0
Updates the requirements on [proptest-derive](https://github.com/AltSysrq/proptest) to permit the latest version.
- [Release notes](https://github.com/AltSysrq/proptest/releases)
- [Changelog](https://github.com/AltSysrq/proptest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/AltSysrq/proptest/compare/proptest-derive-0.1.1...proptest-derive-0.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-01 19:36:15 +00:00
Deirdre Connolly 67f60d69d0 Bump to 0.3.0 2020-05-12 00:54:19 -04:00
Deirdre Connolly 760aa8f5eb Revert "Bump version to 1.0.0", bump to 0.2.0
This reverts commit b6dd31165f.

semver 0.* is unstable, don't have to bump to 1.0.0 for a breaking
change, yet.
2020-05-10 20:10:09 -04:00
Deirdre Connolly b6dd31165f Bump version to 1.0.0
Removing From and adding TryFrom for PublicKey is a breaking change.
2020-05-10 19:46:35 -04:00
Deirdre Connolly b235675464 Docs, testing 2020-05-08 22:46:04 -04:00
Deirdre Connolly 85ac7e8966 Add some excludes 2020-05-08 02:51:45 -04:00
Deirdre Connolly e93594c16d Complete Cargo.toml 2020-05-08 02:51:45 -04:00
Deirdre Connolly e25d608b04 Tidy and add tests 2020-05-08 02:19:27 -04:00
Deirdre Connolly e8221a6331 More impls, proptests 2020-05-07 03:16:43 -04:00
Deirdre Connolly 92e26fcba3 A bunch of impl 2020-05-06 21:32:20 -04:00
Deirdre Connolly deda610340 cargo init --lib, add curve25519-dalek 2020-05-01 11:33:34 -04:00