mirror of
https://github.com/saymrwulf/risc0-curve25519-dalek-source.git
synced 2026-09-04 20:03:40 +00:00
curve: README typos
This commit is contained in:
parent
9db51a6bf7
commit
e94a5fe5ab
1 changed files with 2 additions and 2 deletions
|
|
@ -38,7 +38,7 @@ your project's `Cargo.toml`:
|
|||
curve25519-dalek = "4"
|
||||
```
|
||||
|
||||
If opting into SemVer [exempted features](#public-api-semver-exemptions) a range
|
||||
If opting into [SemVer-exempted features](#public-api-semver-exemptions) a range
|
||||
can be used to scope the tested compatible version range e.g.:
|
||||
```toml
|
||||
curve25519-dalek = ">= 4.0, < 4.2"
|
||||
|
|
@ -194,7 +194,7 @@ From 4.x and on, MSRV changes will be accompanied by a minor version bump.
|
|||
|
||||
## Public API SemVer Exemptions
|
||||
|
||||
Breaking changes to SemVer exempted components affecting the public API will be accompanied by
|
||||
Breaking changes to SemVer-exempted components affecting the public API will be accompanied by
|
||||
_some_ version bump. Below are the specific policies:
|
||||
|
||||
| Releases | Public API Component(s) | Policy |
|
||||
|
|
|
|||
Loading…
Reference in a new issue