Skip to content

Commit 67a73f3

Browse files
committed
0.0.21
1 parent 72f62f6 commit 67a73f3

File tree

4 files changed

+13
-49
lines changed

4 files changed

+13
-49
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.20"
3+
version = "0.0.21"
44
authors = ["Roger Qiu <[email protected]>"]
55
license-file = "LICENSE"
66
edition = "2021"

package-lock.json

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

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@matrixai/quic",
3-
"version": "0.0.20",
3+
"version": "0.0.21",
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.20",
51-
"@matrixai/quic-darwin-x64": "0.0.20",
52-
"@matrixai/quic-linux-x64": "0.0.20",
53-
"@matrixai/quic-win32-x64": "0.0.20"
50+
"@matrixai/quic-darwin-arm64": "0.0.21",
51+
"@matrixai/quic-darwin-x64": "0.0.21",
52+
"@matrixai/quic-linux-x64": "0.0.21",
53+
"@matrixai/quic-win32-x64": "0.0.21"
5454
},
5555
"devDependencies": {
5656
"@fast-check/jest": "^1.1.0",

0 commit comments

Comments
 (0)