Skip to content

Commit

Permalink
Merge pull request #985 from rust-lang/stabilize
Browse files Browse the repository at this point in the history
  • Loading branch information
shepmaster authored Oct 20, 2023
2 parents f962da7 + 6059123 commit de38725
Show file tree
Hide file tree
Showing 14 changed files with 481 additions and 989 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,17 +249,6 @@ jobs:
killall -q ui || true
chmod +x ./server/ui && ./server/ui &
bundle exec rspec
- name: Run tests with feature flags
env:
PLAYGROUND_UI_ROOT: server/build/
PLAYGROUND_CORS_ENABLED: true
PLAYGROUND_GITHUB_TOKEN: "${{ secrets.PLAYGROUND_GITHUB_TOKEN }}"
PLAYGROUND_ORCHESTRATOR_ENABLED: 1
PLAYGROUND_EXECUTE_VIA_WEBSOCKET_THRESHOLD: 1.0
run: |-
killall -q ui || true
chmod +x ./server/ui && ./server/ui &
bundle exec rspec
- name: Preserve screenshots
if: "${{ failure() }}"
uses: actions/upload-artifact@v3
Expand Down
12 changes: 0 additions & 12 deletions ci/workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -357,18 +357,6 @@ workflows:
chmod +x ./server/ui && ./server/ui &
bundle exec rspec
- name: "Run tests with feature flags"
env:
PLAYGROUND_UI_ROOT: server/build/
PLAYGROUND_CORS_ENABLED: true
PLAYGROUND_GITHUB_TOKEN: ${{ secrets.PLAYGROUND_GITHUB_TOKEN }}
PLAYGROUND_ORCHESTRATOR_ENABLED: 1
PLAYGROUND_EXECUTE_VIA_WEBSOCKET_THRESHOLD: 1.0
run: |-
killall -q ui || true
chmod +x ./server/ui && ./server/ui &
bundle exec rspec
- name: "Preserve screenshots"
if: ${{ failure() }}
uses: actions/upload-artifact@v3
Expand Down
28 changes: 14 additions & 14 deletions compiler/base/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ version = "=0.16.2"

[dependencies.cpufeatures]
package = "cpufeatures"
version = "=0.2.9"
version = "=0.2.10"

[dependencies.crc32fast]
package = "crc32fast"
Expand Down Expand Up @@ -494,7 +494,7 @@ features = ["alloc", "std"]

[dependencies.hashbrown]
package = "hashbrown"
version = "=0.14.1"
version = "=0.14.2"
features = ["ahash", "allocator-api2", "inline-more", "raw"]

[dependencies.hashbrown_0_12_3]
Expand Down Expand Up @@ -1003,7 +1003,7 @@ features = ["__tls", "blocking", "cookie_crate", "cookie_store", "cookies", "def

[dependencies.ring]
package = "ring"
version = "=0.17.4"
version = "=0.17.5"
features = ["alloc", "dev_urandom_fallback"]

[dependencies.rusqlite]
Expand All @@ -1021,7 +1021,7 @@ version = "=0.4.0"

[dependencies.rustix]
package = "rustix"
version = "=0.38.19"
version = "=0.38.20"
features = ["alloc", "fs", "std", "termios", "use-libc-auxv"]

[dependencies.ryu]
Expand Down Expand Up @@ -1199,11 +1199,11 @@ features = ["smawk", "unicode-linebreak", "unicode-width"]

[dependencies.thiserror]
package = "thiserror"
version = "=1.0.49"
version = "=1.0.50"

[dependencies.thiserror_impl]
package = "thiserror-impl"
version = "=1.0.49"
version = "=1.0.50"

[dependencies.thread_id]
package = "thread-id"
Expand Down Expand Up @@ -1292,7 +1292,7 @@ version = "=0.3.2"

[dependencies.tracing]
package = "tracing"
version = "=0.1.39"
version = "=0.1.40"
features = ["attributes", "std", "tracing-attributes"]

[dependencies.tracing_attributes]
Expand Down Expand Up @@ -1639,7 +1639,7 @@ version = "=0.16.2"

[build_dependencies.cpufeatures]
package = "cpufeatures"
version = "=0.2.9"
version = "=0.2.10"

[build_dependencies.crc32fast]
package = "crc32fast"
Expand Down Expand Up @@ -1912,7 +1912,7 @@ features = ["alloc", "std"]

[build_dependencies.hashbrown]
package = "hashbrown"
version = "=0.14.1"
version = "=0.14.2"
features = ["ahash", "allocator-api2", "inline-more", "raw"]

[build_dependencies.hashbrown_0_12_3]
Expand Down Expand Up @@ -2421,7 +2421,7 @@ features = ["__tls", "blocking", "cookie_crate", "cookie_store", "cookies", "def

[build_dependencies.ring]
package = "ring"
version = "=0.17.4"
version = "=0.17.5"
features = ["alloc", "dev_urandom_fallback"]

[build_dependencies.rusqlite]
Expand All @@ -2439,7 +2439,7 @@ version = "=0.4.0"

[build_dependencies.rustix]
package = "rustix"
version = "=0.38.19"
version = "=0.38.20"
features = ["alloc", "fs", "std", "termios", "use-libc-auxv"]

[build_dependencies.ryu]
Expand Down Expand Up @@ -2617,11 +2617,11 @@ features = ["smawk", "unicode-linebreak", "unicode-width"]

[build_dependencies.thiserror]
package = "thiserror"
version = "=1.0.49"
version = "=1.0.50"

[build_dependencies.thiserror_impl]
package = "thiserror-impl"
version = "=1.0.49"
version = "=1.0.50"

[build_dependencies.thread_id]
package = "thread-id"
Expand Down Expand Up @@ -2710,7 +2710,7 @@ version = "=0.3.2"

[build_dependencies.tracing]
package = "tracing"
version = "=0.1.39"
version = "=0.1.40"
features = ["attributes", "std", "tracing-attributes"]

[build_dependencies.tracing_attributes]
Expand Down
14 changes: 7 additions & 7 deletions compiler/base/crate-information.json
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
},
{
"name": "cpufeatures",
"version": "0.2.9",
"version": "0.2.10",
"id": "cpufeatures"
},
{
Expand Down Expand Up @@ -501,7 +501,7 @@
},
{
"name": "hashbrown",
"version": "0.14.1",
"version": "0.14.2",
"id": "hashbrown"
},
{
Expand Down Expand Up @@ -1051,7 +1051,7 @@
},
{
"name": "ring",
"version": "0.17.4",
"version": "0.17.5",
"id": "ring"
},
{
Expand All @@ -1071,7 +1071,7 @@
},
{
"name": "rustix",
"version": "0.38.19",
"version": "0.38.20",
"id": "rustix"
},
{
Expand Down Expand Up @@ -1266,12 +1266,12 @@
},
{
"name": "thiserror",
"version": "1.0.49",
"version": "1.0.50",
"id": "thiserror"
},
{
"name": "thiserror-impl",
"version": "1.0.49",
"version": "1.0.50",
"id": "thiserror_impl"
},
{
Expand Down Expand Up @@ -1371,7 +1371,7 @@
},
{
"name": "tracing",
"version": "0.1.39",
"version": "0.1.40",
"id": "tracing"
},
{
Expand Down
89 changes: 89 additions & 0 deletions compiler/base/orchestrator/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions compiler/base/orchestrator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ tracing = { version = "0.1.37", default-features = false, features = ["attribute
assert_matches = "1.5.0"
assertables = "7.0.1"
tempdir = "0.3.7"
tracing-subscriber = "0.3.17"
Loading

0 comments on commit de38725

Please sign in to comment.