]> git.lizzy.rs Git - PAKEs.git/commit
2021 edition bump + doc improvements; MSRV 1.56 (#80)
authorTony Arcieri <bascule@gmail.com>
Tue, 21 Dec 2021 01:46:23 +0000 (18:46 -0700)
committerGitHub <noreply@github.com>
Tue, 21 Dec 2021 01:46:23 +0000 (18:46 -0700)
commit689dc0ab6af950b027b4bab96f73c427d2c42d6e
tree83f9792448b9017322724f6145a11ce34a18d608
parente38144177199721c3bf3f5e2cde403c2ce29c67e
2021 edition bump + doc improvements; MSRV 1.56 (#80)

- Bumps both `spake2` and `srp` to Rust 2021 edition
- Uses the new `doc = include_str!(...)` attribute to include README.md
  files in the rustdoc
- Improves the README.md files, adding an initial one for `srp`
- clippy fixes for Rust 1.56
17 files changed:
.github/workflows/spake2.yml
.github/workflows/srp.yml
.github/workflows/workspace.yml
Cargo.lock
Cargo.toml
spake2/Cargo.toml
spake2/README.md
spake2/src/lib.rs
spake2/src/tests.rs
spake2/tests/mod.rs [deleted file]
spake2/tests/spake2.rs [new file with mode: 0644]
srp/Cargo.toml
srp/README.md [new file with mode: 0644]
srp/src/lib.rs
srp/src/types.rs
srp/tests/mod.rs [deleted file]
srp/tests/srp.rs [new file with mode: 0644]