Skip to content

Commit 05727a8

Browse files
🚧 Development v0.5.0-dev
1 parent cc258cf commit 05727a8

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

Cargo.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,19 @@ license = "MIT OR Apache-2.0"
2424
repository = "https://github.com/rust-marker/marker"
2525

2626
# region replace marker version dev
27-
version = "0.4.1"
27+
version = "0.5.0-dev"
2828
# endregion replace marker version dev
2929

3030
# The MSRV is applied to the public library crates published to crates.io
3131
rust-version = "1.66"
3232

3333
[workspace.dependencies]
3434
# region replace marker version dev
35-
marker_adapter = { path = "./marker_adapter", version = "0.4.1" }
36-
marker_api = { path = "./marker_api", version = "0.4.1" }
37-
marker_error = { path = "./marker_error", version = "0.4.1" }
35+
marker_adapter = { path = "./marker_adapter", version = "0.5.0-dev" }
36+
marker_api = { path = "./marker_api", version = "0.5.0-dev" }
37+
marker_error = { path = "./marker_error", version = "0.5.0-dev" }
3838
marker_uitest = { path = "./marker_uitest", features = ["dev-build"] }
39-
marker_utils = { path = "./marker_utils", version = "0.4.1" }
39+
marker_utils = { path = "./marker_utils", version = "0.5.0-dev" }
4040
# endregion replace marker version dev
4141

4242
bumpalo = "3.14"

cargo-marker/src/backend/driver.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ pub(crate) fn default_driver_info() -> DriverVersionInfo {
2121
toolchain: "nightly-2023-11-16".to_string(),
2222
// endregion replace rust toolchain dev
2323
// region replace marker version dev
24-
version: "0.4.1".to_string(),
25-
api_version: "0.4.1".to_string(),
24+
version: "0.5.0-dev".to_string(),
25+
api_version: "0.5.0-dev".to_string(),
2626
// endregion replace marker version dev
2727
}
2828
}

0 commit comments

Comments
 (0)