Skip to content

Commit 008e82c

Browse files
committed
0.0.7
1 parent 2ee7b8b commit 008e82c

File tree

4 files changed

+18
-50
lines changed

4 files changed

+18
-50
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.7-alpha.0"
3+
version = "0.0.7"
44
authors = ["Roger Qiu <[email protected]>"]
55
license-file = "LICENSE"
66
edition = "2021"

package-lock.json

Lines changed: 10 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: 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.7-alpha.0",
3+
"version": "0.0.7",
44
"bin": {
55
"server": "dist/bin/server.js"
66
},
@@ -32,20 +32,20 @@
3232
},
3333
"dependencies": {
3434
"@matrixai/async-cancellable": "^1.1.0",
35-
"@matrixai/contexts": "^1.0.0",
3635
"@matrixai/async-init": "^1.8.4",
3736
"@matrixai/async-locks": "^4.0.0",
37+
"@matrixai/contexts": "^1.0.0",
3838
"@matrixai/errors": "^1.1.7",
3939
"@matrixai/logger": "^3.1.0",
4040
"@matrixai/resources": "^1.1.5",
4141
"@matrixai/timer": "^1.1.1",
4242
"ip-num": "^1.5.0"
4343
},
4444
"optionalDependencies": {
45-
"@matrixai/quic-darwin-arm64": "0.0.7-alpha.0",
46-
"@matrixai/quic-darwin-x64": "0.0.7-alpha.0",
47-
"@matrixai/quic-linux-x64": "0.0.7-alpha.0",
48-
"@matrixai/quic-win32-x64": "0.0.7-alpha.0"
45+
"@matrixai/quic-darwin-arm64": "0.0.7",
46+
"@matrixai/quic-darwin-x64": "0.0.7",
47+
"@matrixai/quic-linux-x64": "0.0.7",
48+
"@matrixai/quic-win32-x64": "0.0.7"
4949
},
5050
"devDependencies": {
5151
"@fast-check/jest": "^1.1.0",

0 commit comments

Comments
 (0)