File tree 2 files changed +15
-5
lines changed
2 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 1
- # 0.3
1
+ # Changelog
2
+
3
+ ## 1.0.1
4
+
5
+ * Update the ` curve25519-dalek ` dev-dependency used for tests to version ` 1.0 ` .
6
+
7
+ ## 1.0.0
8
+
9
+ * Initial stable version.
10
+
11
+ ## 0.3
2
12
3
13
* Forces labels to be ` &'static `
4
14
* Merlin-specific domain separator
5
15
* Use a pointer cast instead of a transmute
6
16
* Clarify example documentation
7
17
8
- # 0.2
18
+ ## 0.2
9
19
10
20
* Adds a TranscriptRng for use by the prover.
11
21
12
- # 0.1
22
+ ## 0.1
13
23
14
24
* Initial prototype version.
15
25
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " merlin"
3
- version = " 1.0.0 "
3
+ version = " 1.0.1 "
4
4
authors = [" Henry de Valence <hdevalence@hdevalence.ca>" ,
5
5
" isis agora lovecruft <isis@patternsinthevoid.net>" ]
6
6
readme = " README.md"
@@ -26,7 +26,7 @@ rand = "0.6"
26
26
27
27
[dev-dependencies ]
28
28
strobe-rs = " 0.3"
29
- curve25519-dalek = " 1.0.0-pre.1 "
29
+ curve25519-dalek = " 1"
30
30
rand_chacha = " 0.1"
31
31
32
32
[features ]
You can’t perform that action at this time.
0 commit comments