Skip to content

Commit

Permalink
Remove redirect. Updating cargo-dist
Browse files Browse the repository at this point in the history
  • Loading branch information
augustuswm committed May 14, 2024
1 parent 3ffe379 commit 6fd10a0
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 488 deletions.
158 changes: 0 additions & 158 deletions .github/workflows/release.yml

This file was deleted.

19 changes: 0 additions & 19 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ members = [
"rfd-github",
"rfd-model",
"rfd-processor",
"rfd-redirect",
"rfd-sdk",
"trace-request",
"w-api-permissions",
Expand Down Expand Up @@ -93,15 +92,16 @@ yup-oauth2 = "8.3.2"
# Config for 'cargo dist'
[workspace.metadata.dist]
# The preferred cargo-dist version to use in CI (Cargo.toml SemVer syntax)
cargo-dist-version = "0.4.0-prerelease.2"
cargo-dist-version = "0.12.2"
# CI backends to support
ci = ["github"]
# The installers to generate for each app
installers = []
# Target platforms to build apps for (Rust target-triple syntax)
targets = ["x86_64-unknown-linux-gnu"]
targets = ["aarch64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]
# Publish jobs to run in CI
pr-run-mode = "plan"
# Skip checking whether the specified configuration files are up to date
allow-dirty = ["ci"]

# The profile that 'cargo dist' will build with
Expand Down
24 changes: 0 additions & 24 deletions rfd-redirect/Cargo.toml

This file was deleted.

71 changes: 0 additions & 71 deletions rfd-redirect/src/config.rs

This file was deleted.

16 changes: 0 additions & 16 deletions rfd-redirect/src/context.rs

This file was deleted.

Loading

0 comments on commit 6fd10a0

Please sign in to comment.