Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0

[workspace.package]
version = "0.2.6"
version = "0.2.7"
authors = ["Rowan Hart <rowan.hart@intel.com>"]
# https://crates.io/category_slugs
categories = [
Expand Down Expand Up @@ -53,16 +53,16 @@ default-members = [
exclude = []

[workspace.dependencies]
cargo-simics-build = { version = "0.2.6", path = "cargo-simics-build" }
ispm-wrapper = { version = "0.2.6", path = "ispm-wrapper" }
simics-api-sys = { version = "0.2.6", path = "simics-api-sys" }
simics-macro = { version = "0.2.6", path = "simics-macro" }
simics = { version = "0.2.6", path = "simics" }
simics-sign = { version = "0.2.6", path = "simics-sign" }
simics-package = { version = "0.2.6", path = "simics-package" }
simics-python-utils = { version = "0.2.6", path = "simics-python-utils" }
simics-test = { version = "0.2.6", path = "simics-test" }
simics-build-utils = { version = "0.2.6", path = "simics-build-utils" }
cargo-simics-build = { version = "0.2.7", path = "cargo-simics-build" }
ispm-wrapper = { version = "0.2.7", path = "ispm-wrapper" }
simics-api-sys = { version = "0.2.7", path = "simics-api-sys" }
simics-macro = { version = "0.2.7", path = "simics-macro" }
simics = { version = "0.2.7", path = "simics" }
simics-sign = { version = "0.2.7", path = "simics-sign" }
simics-package = { version = "0.2.7", path = "simics-package" }
simics-python-utils = { version = "0.2.7", path = "simics-python-utils" }
simics-test = { version = "0.2.7", path = "simics-test" }
simics-build-utils = { version = "0.2.7", path = "simics-build-utils" }

[profile.dev]
# NOTE: rparth set to true to allow cargo test/cargo run to find libsimics-common,
Expand Down
2 changes: 1 addition & 1 deletion cargo-simics-build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "cargo-simics-build"
version = "0.2.6"
version = "0.2.7"
authors = ["Rowan Hart <rowan.hart@intel.com>"]
edition = "2021"
description = "Build utility for Intel® Simics® Simulator modules"
Expand Down
2 changes: 1 addition & 1 deletion ispm-wrapper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "ispm-wrapper"
version = "0.2.6"
version = "0.2.7"
authors = ["Rowan Hart <rowan.hart@intel.com>"]
edition = "2021"
description = "Wrappers for Intel® Simics® Package Manager commands"
Expand Down
2 changes: 1 addition & 1 deletion simics-api-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "simics-api-sys"
version = "0.2.6"
version = "0.2.7"
authors = ["Rowan Hart <rowan.hart@intel.com>"]
edition = "2021"
description = "Automatically generated Intel® Simics® Simulator FFI bindings"
Expand Down
2 changes: 1 addition & 1 deletion simics-build-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "simics-build-utils"
version = "0.2.6"
version = "0.2.7"
authors = ["Rowan Hart <rowan.hart@intel.com>"]
edition = "2021"
description = "Intel® Simics® Simulator build and linking utilities"
Expand Down
2 changes: 1 addition & 1 deletion simics-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "simics-macro"
version = "0.2.6"
version = "0.2.7"
authors = ["Rowan Hart <rowan.hart@intel.com>"]
edition = "2021"
description = "Proc macros for building Intel® Simics® Simulator modules"
Expand Down
2 changes: 1 addition & 1 deletion simics-package/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "simics-package"
version = "0.2.6"
version = "0.2.7"
authors = ["Rowan Hart <rowan.hart@intel.com>"]
edition = "2021"
description = "Intel® Simics® Simulator module packaging tools"
Expand Down
2 changes: 1 addition & 1 deletion simics-sign/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "simics-sign"
version = "0.2.6"
version = "0.2.7"
authors = ["Rowan Hart <rowan.hart@intel.com>"]
edition = "2021"
description = "Intel® Simics® Simulator module signing tools"
Expand Down
2 changes: 1 addition & 1 deletion simics-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "simics-test"
version = "0.2.6"
version = "0.2.7"
authors = ["Rowan Hart <rowan.hart@intel.com>"]
edition = "2021"
description = "Intel Simics Simulator module testing tools"
Expand Down
2 changes: 1 addition & 1 deletion simics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "simics"
version = "0.2.6"
version = "0.2.7"
authors = ["Rowan Hart <rowan.hart@intel.com>"]
edition = "2021"
description = "Intel® Simics® Simulator bindings in high level, idiomatic Rust"
Expand Down
Loading