mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-06 20:41:14 +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"
|
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.:
|
can be used to scope the tested compatible version range e.g.:
|
||||||
```toml
|
```toml
|
||||||
curve25519-dalek = ">= 4.0, < 4.2"
|
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
|
## 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:
|
_some_ version bump. Below are the specific policies:
|
||||||
|
|
||||||
| Releases | Public API Component(s) | Policy |
|
| Releases | Public API Component(s) | Policy |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue