Skip to content

Commit bfc46ba

Browse files
committed
chore: bump workspace versions to 1.1.0
1 parent 9f14d09 commit bfc46ba

5 files changed

Lines changed: 9 additions & 7 deletions

File tree

.github/workflows/bench.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Benchmarks
33
on:
44
push:
55
branches: [main]
6+
pull_request:
7+
branches: [main]
68
workflow_dispatch:
79

810
jobs:

Cargo.lock

Lines changed: 4 additions & 4 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
@@ -9,7 +9,7 @@ members = [
99
]
1010

1111
[workspace.package]
12-
version = "1.0.0"
12+
version = "1.1.0"
1313
edition = "2024"
1414
rust-version = "1.85.0"
1515
license = "MIT"

crates/tinyxml2-bench/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ documentation = "https://docs.rs/tinyxml2-bench"
1515
readme = "../../README.md"
1616

1717
[dependencies]
18-
tinyxml2 = { path = "../tinyxml2", version = "1.0.0" }
18+
tinyxml2 = { path = "../tinyxml2", version = "1.1.0" }
1919

2020
[dev-dependencies]
2121
criterion = { version = "0.5", features = ["html_reports"] }

crates/tinyxml2-capi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ readme = "../../README.md"
1818
crate-type = ["cdylib", "staticlib", "lib"]
1919

2020
[dependencies]
21-
tinyxml2 = { path = "../tinyxml2", version = "1.0.0" }
21+
tinyxml2 = { path = "../tinyxml2", version = "1.1.0" }
2222

2323
[build-dependencies]
2424
cbindgen = "0.28"

0 commit comments

Comments
 (0)