Skip to content

Commit 6fd10a0

Browse files
committed
Remove redirect. Updating cargo-dist
1 parent 3ffe379 commit 6fd10a0

File tree

9 files changed

+3
-488
lines changed

9 files changed

+3
-488
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 158 deletions
This file was deleted.

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ members = [
88
"rfd-github",
99
"rfd-model",
1010
"rfd-processor",
11-
"rfd-redirect",
1211
"rfd-sdk",
1312
"trace-request",
1413
"w-api-permissions",
@@ -93,15 +92,16 @@ yup-oauth2 = "8.3.2"
9392
# Config for 'cargo dist'
9493
[workspace.metadata.dist]
9594
# The preferred cargo-dist version to use in CI (Cargo.toml SemVer syntax)
96-
cargo-dist-version = "0.4.0-prerelease.2"
95+
cargo-dist-version = "0.12.2"
9796
# CI backends to support
9897
ci = ["github"]
9998
# The installers to generate for each app
10099
installers = []
101100
# Target platforms to build apps for (Rust target-triple syntax)
102-
targets = ["x86_64-unknown-linux-gnu"]
101+
targets = ["aarch64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]
103102
# Publish jobs to run in CI
104103
pr-run-mode = "plan"
104+
# Skip checking whether the specified configuration files are up to date
105105
allow-dirty = ["ci"]
106106

107107
# The profile that 'cargo dist' will build with

rfd-redirect/Cargo.toml

Lines changed: 0 additions & 24 deletions
This file was deleted.

rfd-redirect/src/config.rs

Lines changed: 0 additions & 71 deletions
This file was deleted.

rfd-redirect/src/context.rs

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)