Skip to content

Commit 9c20117

Browse files
committed
0.0.17
1 parent 47410c3 commit 9c20117

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "quic"
3-
version = "0.0.16"
3+
version = "0.0.17"
44
authors = ["Roger Qiu <[email protected]>"]
55
license-file = "LICENSE"
66
edition = "2021"

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@matrixai/quic",
3-
"version": "0.0.16",
3+
"version": "0.0.17",
44
"author": "Matrix AI",
55
"contributors": [
66
{
@@ -47,10 +47,10 @@
4747
"ip-num": "^1.5.0"
4848
},
4949
"optionalDependencies": {
50-
"@matrixai/quic-darwin-arm64": "0.0.16",
51-
"@matrixai/quic-darwin-x64": "0.0.16",
52-
"@matrixai/quic-linux-x64": "0.0.16",
53-
"@matrixai/quic-win32-x64": "0.0.16"
50+
"@matrixai/quic-darwin-arm64": "0.0.17",
51+
"@matrixai/quic-darwin-x64": "0.0.17",
52+
"@matrixai/quic-linux-x64": "0.0.17",
53+
"@matrixai/quic-win32-x64": "0.0.17"
5454
},
5555
"devDependencies": {
5656
"@fast-check/jest": "^1.1.0",
@@ -60,7 +60,6 @@
6060
"@peculiar/asn1-x509": "^2.3.0",
6161
"@peculiar/webcrypto": "^1.4.0",
6262
"@peculiar/x509": "^1.8.3",
63-
"pvtsutils": "1.3.2",
6463
"@swc/core": "^1.3.62",
6564
"@swc/jest": "^0.2.26",
6665
"@types/jest": "^28.1.3",
@@ -77,6 +76,7 @@
7776
"jest-extended": "^3.0.1",
7877
"jest-junit": "^14.0.0",
7978
"prettier": "^2.6.2",
79+
"pvtsutils": "1.3.2",
8080
"semver": "^7.3.7",
8181
"shx": "^0.3.4",
8282
"sodium-native": "^3.4.1",

0 commit comments

Comments
 (0)