Skip to content

Commit dfa1e79

Browse files
committed
chore: update secondary package versions to currently published ones
1 parent a8264a0 commit dfa1e79

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ bevy = { workspace = true, default-features = true, features = ["std"] }
9898
clap = { version = "4.1", features = ["derive"] }
9999
rand = "0.9.1"
100100
criterion = { version = "0.5" }
101-
ladfile_builder = { path = "crates/ladfile_builder", version = "0.3.3" }
101+
ladfile_builder = { path = "crates/ladfile_builder", version = "0.3.4" }
102102
script_integration_test_harness = { workspace = true }
103103
test_utils = { workspace = true }
104104
libtest-mimic = "0.8"

crates/lad_backends/mdbook_lad_preprocessor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mdbook_lad_preprocessor"
3-
version = "0.1.8"
3+
version = "0.1.9"
44
edition = "2021"
55
authors = ["Maksymilian Mozolewski <[email protected]>"]
66
license = "MIT OR Apache-2.0"

crates/ladfile_builder/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ladfile_builder"
3-
version = "0.3.3"
3+
version = "0.3.4"
44
edition = "2021"
55
authors = ["Maksymilian Mozolewski <[email protected]>"]
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)