File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change
1
+ # 0.1.2
2
+ * Fixed sizeof ` ssl.CBB ` causing occasional segfaults, as we previously
3
+ allocated too few bytes.
4
+ * Ported ` flutter pub run webcrypto:setup ` to work on Mac when ` cmake ` is
5
+ installed.
6
+
1
7
# 0.1.1
2
8
* Removed unused code referencing ` dart:cli ` , causing analysis errors on
3
9
[ pub.dev] ( https://pub.dev/packages/webcrypto ) .
Original file line number Diff line number Diff line change @@ -478,7 +478,7 @@ packages:
478
478
path: ".."
479
479
relative: true
480
480
source: path
481
- version: "0.1.1 "
481
+ version: "0.1.2 "
482
482
webdriver:
483
483
dependency: transitive
484
484
description:
Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
15
15
name : webcrypto
16
- version : 0.1.1
16
+ version : 0.1.2
17
17
description : Cross-platform implementation of Web Cryptography APIs for Flutter.
18
18
homepage : https://github.com/google/webcrypto.dart
19
19
You can’t perform that action at this time.
0 commit comments