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 = "curve25519-dalek"
5
5
# - update html_root_url
6
6
# - update README if required by semver
7
7
# - if README was updated, also update module documentation in src/lib.rs
8
- version = " 4.0.0-pre.4 "
8
+ version = " 4.0.0-pre.5 "
9
9
edition = " 2021"
10
10
rust-version = " 1.56.1"
11
11
authors = [
" Isis Lovecruft <[email protected] >" ,
@@ -28,8 +28,8 @@ exclude = [
28
28
rustdoc-args = [
29
29
" --html-in-header" , " docs/assets/rustdoc-include-katex-header.html" ,
30
30
" --cfg" , " docsrs" ,
31
- ' --cfg=curve25519_dalek_backend="simd"' ,
32
31
]
32
+ rustc-args = [" --cfg" , " curve25519_dalek_backend=\" simd\" " ]
33
33
features = [" serde" , " rand_core" , " digest" ]
34
34
35
35
[badges ]
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ curve25519-dalek = "3"
43
43
To use the latest prerelease (see changes [ below] ( #breaking-changes-in-400 ) ),
44
44
use the following line in your project's ` Cargo.toml ` :
45
45
``` toml
46
- curve25519-dalek = " 4.0.0-pre.4 "
46
+ curve25519-dalek = " 4.0.0-pre.5 "
47
47
```
48
48
49
49
## Feature Flags
Original file line number Diff line number Diff line change 20
20
#![ doc(
21
21
html_logo_url = "https://cdn.jsdelivr.net/gh/dalek-cryptography/curve25519-dalek/docs/assets/dalek-logo-clear.png"
22
22
) ]
23
- #![ doc( html_root_url = "https://docs.rs/curve25519-dalek/4.0.0-pre.2 " ) ]
23
+ #![ doc( html_root_url = "https://docs.rs/curve25519-dalek/4.0.0-pre.5 " ) ]
24
24
#![ doc = include_str ! ( "../README.md" ) ]
25
25
26
26
//------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments