Skip to content

Commit

Permalink
Merge pull request #594 from sched-ext/scx-rustland-core-version-2
Browse files Browse the repository at this point in the history
scx_rustland_core: bump up major version to 2.0.0
  • Loading branch information
arighi authored Sep 1, 2024
2 parents bf26d60 + 0aa71c8 commit 1595445
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion rust/scx_rustland_core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "scx_rustland_core"
version = "1.0.3"
version = "2.0.0"
edition = "2021"
authors = ["Andrea Righi <[email protected]>"]
license = "GPL-2.0-only"
Expand Down
2 changes: 1 addition & 1 deletion scheds/rust/Cargo.lock

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

4 changes: 2 additions & 2 deletions scheds/rust/scx_rlfifo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ ctrlc = { version = "3.1", features = ["termination"] }
libbpf-rs = "0.24.1"
libc = "0.2.137"
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.3" }
scx_rustland_core = { path = "../../../rust/scx_rustland_core", version = "1.0.3" }
scx_rustland_core = { path = "../../../rust/scx_rustland_core", version = "2.0.0" }

[build-dependencies]
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.3" }
scx_rustland_core = { path = "../../../rust/scx_rustland_core", version = "1.0.3" }
scx_rustland_core = { path = "../../../rust/scx_rustland_core", version = "2.0.0" }

[features]
enable_backtrace = []
4 changes: 2 additions & 2 deletions scheds/rust/scx_rustland/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ serde = { version = "1.0", features = ["derive"] }
scx_stats = { path = "../../../rust/scx_stats", version = "1.0.3" }
scx_stats_derive = { path = "../../../rust/scx_stats/scx_stats_derive", version = "1.0.3" }
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.3" }
scx_rustland_core = { path = "../../../rust/scx_rustland_core", version = "1.0.3" }
scx_rustland_core = { path = "../../../rust/scx_rustland_core", version = "2.0.0" }
simplelog = "0.12"

[build-dependencies]
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.3" }
scx_rustland_core = { path = "../../../rust/scx_rustland_core", version = "1.0.3" }
scx_rustland_core = { path = "../../../rust/scx_rustland_core", version = "2.0.0" }

[features]
enable_backtrace = []

0 comments on commit 1595445

Please sign in to comment.