Skip to content

Commit

Permalink
🚧 Development v0.5.0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
rust-marker-ci committed Nov 25, 2023
1 parent c753799 commit 20e0385
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,19 @@ license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-marker/marker"

# region replace marker version dev
version = "0.4.2"
version = "0.5.0-dev"
# endregion replace marker version dev

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

[workspace.dependencies]
# region replace marker version dev
marker_adapter = { path = "./marker_adapter", version = "0.4.2" }
marker_api = { path = "./marker_api", version = "0.4.2" }
marker_error = { path = "./marker_error", version = "0.4.2" }
marker_adapter = { path = "./marker_adapter", version = "0.5.0-dev" }
marker_api = { path = "./marker_api", version = "0.5.0-dev" }
marker_error = { path = "./marker_error", version = "0.5.0-dev" }
marker_uitest = { path = "./marker_uitest", features = ["dev-build"] }
marker_utils = { path = "./marker_utils", version = "0.4.2" }
marker_utils = { path = "./marker_utils", version = "0.5.0-dev" }
# endregion replace marker version dev

bumpalo = "3.14"
Expand Down
4 changes: 2 additions & 2 deletions cargo-marker/src/backend/driver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ pub(crate) fn default_driver_info() -> DriverVersionInfo {
toolchain: "nightly-2023-11-16".to_string(),
// endregion replace rust toolchain dev
// region replace marker version dev
version: "0.4.2".to_string(),
api_version: "0.4.2".to_string(),
version: "0.5.0-dev".to_string(),
api_version: "0.5.0-dev".to_string(),
// endregion replace marker version dev
}
}
Expand Down

0 comments on commit 20e0385

Please sign in to comment.