File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name = "subtle"
5
5
# - update html_root_url
6
6
# - update README if necessary by semver
7
7
# - if any updates were made to the README, also update the module documentation in src/lib.rs
8
- version = " 2.5 .0"
8
+ version = " 2.6 .0"
9
9
edition = " 2018"
10
10
authors = [" Isis Lovecruft <isis@patternsinthevoid.net>" ,
11
11
" Henry de Valence <hdevalence@hdevalence.ca>" ]
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ instead of `bool` which are intended to execute in constant-time. The `Choice`
7
7
type is a wrapper around a ` u8 ` that holds a ` 0 ` or ` 1 ` .
8
8
9
9
``` toml
10
- subtle = " 2.5 "
10
+ subtle = " 2.6 "
11
11
```
12
12
13
13
This crate represents a “best-effort” attempt, since side-channels
Original file line number Diff line number Diff line change 11
11
#![ no_std]
12
12
#![ deny( missing_docs) ]
13
13
#![ doc( html_logo_url = "https://doc.dalek.rs/assets/dalek-logo-clear.png" ) ]
14
- #![ doc( html_root_url = "https://docs.rs/subtle/2.5 .0" ) ]
14
+ #![ doc( html_root_url = "https://docs.rs/subtle/2.6 .0" ) ]
15
15
16
16
//! # subtle [](https://crates.io/crates/subtle) [](https://doc.dalek.rs/subtle) [](https://travis-ci.org/dalek-cryptography/subtle)
17
17
//!
22
22
//! type is a wrapper around a `u8` that holds a `0` or `1`.
23
23
//!
24
24
//! ```toml
25
- //! subtle = "2.5 "
25
+ //! subtle = "2.6 "
26
26
//! ```
27
27
//!
28
28
//! This crate represents a “best-effort” attempt, since side-channels
You can’t perform that action at this time.
0 commit comments