Skip to content

Commit c6a2275

Browse files
dlaporteclaude
andcommitted
Exclude GUI crate from cargo-dist, bump to v0.3.5
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 930ef60 commit c6a2275

6 files changed

Lines changed: 13 additions & 9 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 3 deletions
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
@@ -7,7 +7,7 @@ members = [
77
resolver = "2"
88

99
[workspace.package]
10-
version = "0.3.4"
10+
version = "0.3.5"
1111
edition = "2021"
1212
authors = ["David LaPorte"]
1313
repository = "https://github.com/dlaporte/trailcache"

crates/trailcache-gui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "trailcache-gui",
3-
"version": "0.3.4",
3+
"version": "0.3.5",
44
"private": true,
55
"scripts": {
66
"dev": "vite dev",

crates/trailcache-gui/src-tauri/Cargo.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
[package]
22
name = "trailcache-gui"
3-
version = "0.3.4"
3+
version = "0.3.5"
44
description = "Trailcache GUI - cross-platform Scout troop management"
55
authors = ["David LaPorte"]
66
license = "MIT"
77
repository = "https://github.com/dlaporte/trailcache"
88
edition = "2021"
99
rust-version = "1.77.2"
10+
publish = false
11+
12+
[package.metadata.dist]
13+
dist = false
1014

1115
[lib]
1216
name = "trailcache_gui_lib"
@@ -16,7 +20,7 @@ crate-type = ["staticlib", "cdylib", "rlib"]
1620
tauri-build = { version = "2.5.4", features = [] }
1721

1822
[dependencies]
19-
trailcache-core = { path = "../../trailcache-core", version = "0.3.4", features = ["ts"] }
23+
trailcache-core = { path = "../../trailcache-core", version = "0.3.5", features = ["ts"] }
2024
serde = { version = "1", features = ["derive"] }
2125
serde_json = "1"
2226
log = "0.4"

crates/trailcache-gui/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "Trailcache",
4-
"version": "0.3.4",
4+
"version": "0.3.5",
55
"identifier": "org.trailcache.desktop",
66
"build": {
77
"frontendDist": "../build",

crates/trailcache-tui/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ name = "trailcache"
1212
path = "src/main.rs"
1313

1414
[dependencies]
15-
trailcache-core = { path = "../trailcache-core", version = "0.3.4" }
15+
trailcache-core = { path = "../trailcache-core", version = "0.3.5" }
1616

1717
# TUI
1818
ratatui = "0.29"

0 commit comments

Comments
 (0)