Skip to content

Commit

Permalink
chore: update rust-libp2p version (#471)
Browse files Browse the repository at this point in the history
* chore: update rust-libp2p version

* remove old versions

* add 0.54 chromium

* add wss

* rm wss from v0.53

* rm wss for rust
  • Loading branch information
p-shahi authored Oct 2, 2024
1 parent c170118 commit d3f8376
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 34 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
image_name := rust-chromium-v0.52
# BROKEN because glibc does not match.
commitSha := f1bfe8d4ed423d03df4ef477072178e953c85f45
image_name := rust-chromium-v0.54
commitSha := d7beb55f672dce54017fa4b30f67ecb8d66b9810

all: image.json

Expand Down
20 changes: 0 additions & 20 deletions transport-interop/impl/rust/v0.51/Makefile

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
image_name := rust-v0.52
commitSha := f1bfe8d4ed423d03df4ef477072178e953c85f45
image_name := rust-v0.54
commitSha := d7beb55f672dce54017fa4b30f67ecb8d66b9810

all: image.json

Expand Down
25 changes: 16 additions & 9 deletions transport-interop/versionsInput.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"id": "rust-v0.51",
"id": "rust-v0.53",
"transports": [
"ws",
"tcp",
Expand All @@ -17,7 +17,7 @@
]
},
{
"id": "rust-v0.52",
"id": "rust-v0.54",
"transports": [
"ws",
"tcp",
Expand All @@ -34,15 +34,22 @@
]
},
{
"id": "rust-v0.53",
"id": "rust-chromium-v0.53",
"transports": [
"ws",
"tcp",
"quic-v1",
"webrtc-direct"
{
"name": "webtransport",
"onlyDial": true
},
{
"name": "webrtc-direct",
"onlyDial": true
},
{
"name": "ws",
"onlyDial": true
}
],
"secureChannels": [
"tls",
"noise"
],
"muxers": [
Expand All @@ -51,7 +58,7 @@
]
},
{
"id": "rust-chromium-v0.53",
"id": "rust-chromium-v0.54",
"transports": [
{
"name": "webtransport",
Expand Down

0 comments on commit d3f8376

Please sign in to comment.