Skip to content

Commit ecf2f75

Browse files
committed
publishing using forked cargo-dist
1 parent 80a4029 commit ecf2f75

5 files changed

Lines changed: 11 additions & 18 deletions

File tree

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 = "tether-artnet-controller"
3-
version = "0.11.0"
3+
version = "0.11.1"
44
edition = "2021"
55
repository = "https://github.com/RandomStudio/tether-artnet-controller"
66
homepage = "https://github.com/RandomStudio/tether-artnet-controller"

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ tether-artnet-controller --artnet.interface 10.112.10.187 --artnet.destination 1
4242
If you have Tether Egui installed (`cargo install tether-egui`) then the easiest way to test Tether remote control is to launch Tether Egui with the example project file included, i.e.:
4343
`tether-egui tether-egui-testing.json`
4444

45+
## Publishing
46+
Installed forked version of cargo-dist using
47+
```
48+
cargo install --git https://github.com/astral-sh/cargo-dist.git cargo-dist
49+
```
50+
4551
---
4652

4753
## TODO

dist-workspace.toml

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,30 +4,19 @@ members = ["cargo:."]
44
# Config for 'dist'
55
[dist]
66
# The preferred dist version to use in CI (Cargo.toml SemVer syntax)
7-
cargo-dist-version = "0.28.0"
7+
cargo-dist-version = "0.28.5"
88
# CI backends to support
99
ci = "github"
1010
# The installers to generate for each app
1111
installers = ["homebrew", "msi"]
1212
# A GitHub repo to push Homebrew formulas to
1313
tap = "RandomStudio/homebrew-tap"
1414
# Target platforms to build apps for (Rust target-triple syntax)
15-
targets = [
16-
"aarch64-apple-darwin",
17-
"x86_64-apple-darwin",
18-
"x86_64-unknown-linux-gnu",
19-
"x86_64-pc-windows-msvc",
20-
]
15+
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]
2116
# Publish jobs to run in CI
2217
publish-jobs = ["homebrew"]
23-
# Ignore out-of-date contents
18+
# Skip checking whether the specified configuration files are up to date
2419
allow-dirty = ["ci"]
2520

2621
[dist.dependencies.apt]
2722
libgtk-3-dev = "*"
28-
29-
[dist.github-custom-runners]
30-
global = "ubuntu-latest"
31-
32-
[dist.github-custom-runners.x86_64-unknown-linux-gnu]
33-
runner = "ubuntu-latest"

rust-toolchain.toml

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

0 commit comments

Comments
 (0)