From 4713a4dce2c5b6cdda6a7b63c8eafafbd1c5475e Mon Sep 17 00:00:00 2001 From: overweight Date: Mon, 29 Apr 2024 17:23:05 +0800 Subject: [PATCH] release: v1.1.0 add support for risc-v --- Cargo.lock | 122 +++++++++++++-------------- Cargo.toml | 2 +- core/coms/mount/Cargo.toml | 2 +- core/coms/path/Cargo.toml | 2 +- core/coms/service/Cargo.toml | 2 +- core/coms/socket/Cargo.toml | 2 +- core/coms/target/Cargo.toml | 2 +- core/coms/timer/Cargo.toml | 2 +- core/libcore/Cargo.toml | 2 +- core/sctl/Cargo.toml | 2 +- core/sysmaster/Cargo.toml | 13 ++- exts/devmaster/Cargo.toml | 2 +- exts/fstab/Cargo.toml | 2 +- exts/getty-generator/Cargo.toml | 2 +- exts/hostname_setup/Cargo.toml | 2 +- exts/hwdb/Cargo.toml | 2 +- exts/libudev/Cargo.toml | 2 +- exts/libudev_macro/Cargo.toml | 2 +- exts/machine-id-setup/Cargo.toml | 2 +- exts/random_seed/Cargo.toml | 2 +- exts/rc-local-generator/Cargo.toml | 2 +- exts/run/Cargo.toml | 2 +- exts/switch_root/Cargo.toml | 2 +- exts/sysmonitor/Cargo.toml | 2 +- libs/basic/Cargo.toml | 2 +- libs/blkid_rs/Cargo.toml | 2 +- libs/cgroup/Cargo.toml | 2 +- libs/cmdproto/Cargo.toml | 2 +- libs/constants/Cargo.toml | 2 +- libs/device/Cargo.toml | 2 +- libs/event/Cargo.toml | 2 +- libs/hwdb/Cargo.toml | 2 +- libs/input_event_codes_rs/Cargo.toml | 2 +- libs/kmod_rs/Cargo.toml | 2 +- libs/libtests/Cargo.toml | 2 +- libs/log/Cargo.toml | 2 +- libs/macros/Cargo.toml | 2 +- libs/scsi_generic_rs/Cargo.toml | 2 +- libs/selinux/Cargo.toml | 2 +- libs/watchdog/Cargo.toml | 2 +- 40 files changed, 110 insertions(+), 101 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 407c0ebf..41434dbe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -70,14 +70,14 @@ dependencies = [ [[package]] name = "basic" -version = "1.0.0" +version = "1.1.0" dependencies = [ "bitflags", "chrono", "constants", "fnmatch-sys", "libc", - "log 1.0.0", + "log 1.1.0", "nix 0.24.3", "pathdiff", "pkg-config", @@ -127,7 +127,7 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "blkid_rs" -version = "1.0.0" +version = "1.1.0" dependencies = [ "basic", "bindgen", @@ -179,11 +179,11 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "cgroup" -version = "1.0.0" +version = "1.1.0" dependencies = [ "basic", "bitflags", - "log 1.0.0", + "log 1.1.0", "nix 0.24.3", "snafu", "walkdir", @@ -284,7 +284,7 @@ dependencies = [ [[package]] name = "cmdproto" -version = "1.0.0" +version = "1.1.0" dependencies = [ "http", "nix 0.24.3", @@ -317,11 +317,11 @@ dependencies = [ [[package]] name = "constants" -version = "1.0.0" +version = "1.1.0" [[package]] name = "core" -version = "1.0.0" +version = "1.1.0" dependencies = [ "basic", "bitflags", @@ -331,7 +331,7 @@ dependencies = [ "event", "heed", "libc", - "log 1.0.0", + "log 1.1.0", "nix 0.24.3", "serde", "snafu", @@ -375,7 +375,7 @@ dependencies = [ [[package]] name = "device" -version = "1.0.0" +version = "1.1.0" dependencies = [ "basic", "bitflags", @@ -383,7 +383,7 @@ dependencies = [ "event", "fnmatch-sys", "libc", - "log 1.0.0", + "log 1.1.0", "loopdev", "nix 0.24.3", "snafu", @@ -391,7 +391,7 @@ dependencies = [ [[package]] name = "devmaster" -version = "1.0.0" +version = "1.1.0" dependencies = [ "basic", "bitflags", @@ -412,7 +412,7 @@ dependencies = [ "kmod_rs", "lazy_static", "libc", - "log 1.0.0", + "log 1.1.0", "nix 0.24.3", "rtnetlink", "scsi_generic_rs", @@ -490,7 +490,7 @@ dependencies = [ [[package]] name = "event" -version = "1.0.0" +version = "1.1.0" dependencies = [ "basic", "libc", @@ -566,11 +566,11 @@ dependencies = [ [[package]] name = "fstab" -version = "1.0.0" +version = "1.1.0" dependencies = [ "basic", "inotify", - "log 1.0.0", + "log 1.1.0", "nix 0.24.3", ] @@ -676,11 +676,11 @@ dependencies = [ [[package]] name = "getty-generator" -version = "1.0.0" +version = "1.1.0" dependencies = [ "basic", "libc", - "log 1.0.0", + "log 1.1.0", ] [[package]] @@ -767,10 +767,10 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "hostname_setup" -version = "1.0.0" +version = "1.1.0" dependencies = [ "basic", - "log 1.0.0", + "log 1.1.0", "nix 0.24.3", ] @@ -787,14 +787,14 @@ dependencies = [ [[package]] name = "hwdb" -version = "1.0.0" +version = "1.1.0" dependencies = [ "basic", "bincode", "constants", "glob", "linked-hash-map", - "log 1.0.0", + "log 1.1.0", "memoffset", "nix 0.24.3", "serde", @@ -871,7 +871,7 @@ checksum = "6b6b0f8557f596a2db592f172015c40d0c149e16a956c7848e733d663f2c6636" [[package]] name = "input_event_codes_rs" -version = "1.0.0" +version = "1.1.0" dependencies = [ "bindgen", ] @@ -947,11 +947,11 @@ dependencies = [ [[package]] name = "kmod_rs" -version = "1.0.0" +version = "1.1.0" dependencies = [ "basic", "kmod-sys", - "log 1.0.0", + "log 1.1.0", "nix 0.24.3", ] @@ -1005,7 +1005,7 @@ dependencies = [ [[package]] name = "libtests" -version = "1.0.0" +version = "1.1.0" [[package]] name = "linked-hash-map" @@ -1041,7 +1041,7 @@ dependencies = [ [[package]] name = "log" -version = "1.0.0" +version = "1.1.0" dependencies = [ "libc", "log 0.4.14", @@ -1059,16 +1059,16 @@ dependencies = [ [[package]] name = "machine-id-setup" -version = "1.0.0" +version = "1.1.0" dependencies = [ "basic", - "log 1.0.0", + "log 1.1.0", "nix 0.24.3", ] [[package]] name = "macros" -version = "1.0.0" +version = "1.1.0" dependencies = [ "proc-macro2", "quote", @@ -1119,7 +1119,7 @@ dependencies = [ [[package]] name = "mount" -version = "1.0.0" +version = "1.1.0" dependencies = [ "basic", "bitflags", @@ -1128,7 +1128,7 @@ dependencies = [ "epoll", "event", "libc", - "log 1.0.0", + "log 1.1.0", "macros", "nix 0.24.3", "once_cell", @@ -1340,14 +1340,14 @@ checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c" [[package]] name = "path" -version = "1.0.0" +version = "1.1.0" dependencies = [ "basic", "constants", "core", "event", "libc", - "log 1.0.0", + "log 1.1.0", "macros", "nix 0.24.3", "once_cell", @@ -1552,21 +1552,21 @@ dependencies = [ [[package]] name = "random_seed" -version = "1.0.0" +version = "1.1.0" dependencies = [ "basic", "libc", - "log 1.0.0", + "log 1.1.0", "nix 0.24.3", "xattr", ] [[package]] name = "rc-local-generator" -version = "1.0.0" +version = "1.1.0" dependencies = [ "libc", - "log 1.0.0", + "log 1.1.0", ] [[package]] @@ -1662,14 +1662,14 @@ dependencies = [ [[package]] name = "scsi_generic_rs" -version = "1.0.0" +version = "1.1.0" dependencies = [ "bindgen", ] [[package]] name = "sctl" -version = "1.0.0" +version = "1.1.0" dependencies = [ "clap", "cmdproto", @@ -1679,7 +1679,7 @@ dependencies = [ [[package]] name = "selinux" -version = "1.0.0" +version = "1.1.0" dependencies = [ "bindgen", ] @@ -1717,7 +1717,7 @@ dependencies = [ [[package]] name = "service" -version = "1.0.0" +version = "1.1.0" dependencies = [ "basic", "cgroup", @@ -1727,7 +1727,7 @@ dependencies = [ "event", "libc", "libtests", - "log 1.0.0", + "log 1.1.0", "macros", "nix 0.24.3", "once_cell", @@ -1786,7 +1786,7 @@ dependencies = [ [[package]] name = "socket" -version = "1.0.0" +version = "1.1.0" dependencies = [ "basic", "confique", @@ -1794,7 +1794,7 @@ dependencies = [ "core", "event", "libtests", - "log 1.0.0", + "log 1.1.0", "macros", "nix 0.24.3", "once_cell", @@ -1814,10 +1814,10 @@ dependencies = [ [[package]] name = "switch_root" -version = "1.0.0" +version = "1.1.0" dependencies = [ "basic", - "log 1.0.0", + "log 1.1.0", "nix 0.24.3", ] @@ -1866,16 +1866,16 @@ dependencies = [ [[package]] name = "sysMaster" -version = "1.0.0" +version = "1.1.0" dependencies = [ - "log 1.0.0", + "log 1.1.0", "mio", "nix 0.24.3", ] [[package]] name = "sysmaster" -version = "1.0.0" +version = "1.1.0" dependencies = [ "basic", "bitflags", @@ -1891,7 +1891,7 @@ dependencies = [ "lazy_static", "libc", "libtests", - "log 1.0.0", + "log 1.1.0", "mount", "nix 0.24.3", "once_cell", @@ -1909,30 +1909,30 @@ dependencies = [ [[package]] name = "sysmaster-hwdb" -version = "1.0.0" +version = "1.1.0" dependencies = [ "clap", "hwdb", - "log 1.0.0", + "log 1.1.0", "nix 0.24.3", ] [[package]] name = "sysmaster-run" -version = "1.0.0" +version = "1.1.0" dependencies = [ "basic", "clap", "cmdproto", "constants", "core", - "log 1.0.0", + "log 1.1.0", "nix 0.24.3", ] [[package]] name = "sysmonitor" -version = "1.0.0" +version = "1.1.0" dependencies = [ "basic", "nix 0.24.3", @@ -1944,12 +1944,12 @@ dependencies = [ [[package]] name = "target" -version = "1.0.0" +version = "1.1.0" dependencies = [ "basic", "constants", "core", - "log 1.0.0", + "log 1.1.0", "macros", "nix 0.24.3", "once_cell", @@ -1998,13 +1998,13 @@ dependencies = [ [[package]] name = "timer" -version = "1.0.0" +version = "1.1.0" dependencies = [ "basic", "chrono", "core", "event", - "log 1.0.0", + "log 1.1.0", "macros", "nix 0.24.3", "once_cell", @@ -2223,7 +2223,7 @@ checksum = "6a89911bd99e5f3659ec4acf9c4d93b0a90fe4a2a11f15328472058edc5261be" [[package]] name = "watchdog" -version = "1.0.0" +version = "1.1.0" dependencies = [ "nix 0.24.3", ] diff --git a/Cargo.toml b/Cargo.toml index 96cf7e55..ef6074ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sysMaster" -version = "1.0.0" +version = "1.1.0" authors = ["sysmaster"] homepage = "http://www.sysmaster.org" keywords = ["sysmaster", "pid1", "os"] diff --git a/core/coms/mount/Cargo.toml b/core/coms/mount/Cargo.toml index e4706ae9..3f624f6b 100644 --- a/core/coms/mount/Cargo.toml +++ b/core/coms/mount/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mount" -version = "1.0.0" +version = "1.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/core/coms/path/Cargo.toml b/core/coms/path/Cargo.toml index a1bc8502..e33f6d92 100644 --- a/core/coms/path/Cargo.toml +++ b/core/coms/path/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "path" -version = "1.0.0" +version = "1.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/core/coms/service/Cargo.toml b/core/coms/service/Cargo.toml index d2c46b79..2f7c22ff 100644 --- a/core/coms/service/Cargo.toml +++ b/core/coms/service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "service" -version = "1.0.0" +version = "1.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/core/coms/socket/Cargo.toml b/core/coms/socket/Cargo.toml index 7fe865f9..f288210e 100644 --- a/core/coms/socket/Cargo.toml +++ b/core/coms/socket/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "socket" -version = "1.0.0" +version = "1.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/core/coms/target/Cargo.toml b/core/coms/target/Cargo.toml index 2311fe67..9183a8e0 100644 --- a/core/coms/target/Cargo.toml +++ b/core/coms/target/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "target" -version = "1.0.0" +version = "1.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/core/coms/timer/Cargo.toml b/core/coms/timer/Cargo.toml index c00832b5..0cbe1711 100644 --- a/core/coms/timer/Cargo.toml +++ b/core/coms/timer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "timer" -version = "1.0.0" +version = "1.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/core/libcore/Cargo.toml b/core/libcore/Cargo.toml index c7631af4..eeda6730 100644 --- a/core/libcore/Cargo.toml +++ b/core/libcore/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "core" -version = "1.0.0" +version = "1.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/core/sctl/Cargo.toml b/core/sctl/Cargo.toml index ab2937e2..2113d6c0 100644 --- a/core/sctl/Cargo.toml +++ b/core/sctl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sctl" -version = "1.0.0" +version = "1.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/core/sysmaster/Cargo.toml b/core/sysmaster/Cargo.toml index 09df4457..d8f6ae3d 100644 --- a/core/sysmaster/Cargo.toml +++ b/core/sysmaster/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sysmaster" -version = "1.0.0" +version = "1.1.0" edition = "2021" [dependencies] @@ -147,7 +147,16 @@ optional = true default-features = false [features] -default = ["linux", "noplugin", "mount", "socket", "service", "target", "timer", "path"] +default = [ + "linux", + "noplugin", + "mount", + "socket", + "service", + "target", + "timer", + "path", +] hongmeng = [] linux = [] noplugin = [] diff --git a/exts/devmaster/Cargo.toml b/exts/devmaster/Cargo.toml index 81d0a61c..a64fb06b 100644 --- a/exts/devmaster/Cargo.toml +++ b/exts/devmaster/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "devmaster" -version = "1.0.0" +version = "1.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/exts/fstab/Cargo.toml b/exts/fstab/Cargo.toml index cd8f2377..46c875a6 100644 --- a/exts/fstab/Cargo.toml +++ b/exts/fstab/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fstab" -version = "1.0.0" +version = "1.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/exts/getty-generator/Cargo.toml b/exts/getty-generator/Cargo.toml index 3360b1cc..7b6932ef 100644 --- a/exts/getty-generator/Cargo.toml +++ b/exts/getty-generator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "getty-generator" -version = "1.0.0" +version = "1.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/exts/hostname_setup/Cargo.toml b/exts/hostname_setup/Cargo.toml index 3a82a277..dcc6468a 100644 --- a/exts/hostname_setup/Cargo.toml +++ b/exts/hostname_setup/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hostname_setup" -version = "1.0.0" +version = "1.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/exts/hwdb/Cargo.toml b/exts/hwdb/Cargo.toml index 04200cc3..89eb5f84 100644 --- a/exts/hwdb/Cargo.toml +++ b/exts/hwdb/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sysmaster-hwdb" -version = "1.0.0" +version = "1.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/exts/libudev/Cargo.toml b/exts/libudev/Cargo.toml index f09e0dbc..70f11d60 100644 --- a/exts/libudev/Cargo.toml +++ b/exts/libudev/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libudev" -version = "1.0.0" +version = "1.1.0" edition = "2021" [lib] diff --git a/exts/libudev_macro/Cargo.toml b/exts/libudev_macro/Cargo.toml index ba5eb1cf..0f5d8506 100644 --- a/exts/libudev_macro/Cargo.toml +++ b/exts/libudev_macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libudev_macro" -version = "1.0.0" +version = "1.1.0" edition = "2021" [lib] diff --git a/exts/machine-id-setup/Cargo.toml b/exts/machine-id-setup/Cargo.toml index 0826b7ae..b15f45a1 100644 --- a/exts/machine-id-setup/Cargo.toml +++ b/exts/machine-id-setup/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "machine-id-setup" -version = "1.0.0" +version = "1.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/exts/random_seed/Cargo.toml b/exts/random_seed/Cargo.toml index 9831dfee..fccea1a8 100644 --- a/exts/random_seed/Cargo.toml +++ b/exts/random_seed/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "random_seed" -version = "1.0.0" +version = "1.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/exts/rc-local-generator/Cargo.toml b/exts/rc-local-generator/Cargo.toml index de16c67b..d52130b5 100644 --- a/exts/rc-local-generator/Cargo.toml +++ b/exts/rc-local-generator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rc-local-generator" -version = "1.0.0" +version = "1.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/exts/run/Cargo.toml b/exts/run/Cargo.toml index ec6e777f..a91b2727 100644 --- a/exts/run/Cargo.toml +++ b/exts/run/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sysmaster-run" -version = "1.0.0" +version = "1.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/exts/switch_root/Cargo.toml b/exts/switch_root/Cargo.toml index b0c7ddd6..62f8686a 100644 --- a/exts/switch_root/Cargo.toml +++ b/exts/switch_root/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "switch_root" -version = "1.0.0" +version = "1.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/exts/sysmonitor/Cargo.toml b/exts/sysmonitor/Cargo.toml index 4e81577a..4c27647b 100644 --- a/exts/sysmonitor/Cargo.toml +++ b/exts/sysmonitor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sysmonitor" -version = "1.0.0" +version = "1.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/libs/basic/Cargo.toml b/libs/basic/Cargo.toml index 8a4482a9..e4c39b1c 100644 --- a/libs/basic/Cargo.toml +++ b/libs/basic/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "basic" -version = "1.0.0" +version = "1.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/libs/blkid_rs/Cargo.toml b/libs/blkid_rs/Cargo.toml index 8dbc78a4..ca53c5a0 100644 --- a/libs/blkid_rs/Cargo.toml +++ b/libs/blkid_rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blkid_rs" -version = "1.0.0" +version = "1.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/libs/cgroup/Cargo.toml b/libs/cgroup/Cargo.toml index 0ca6bf86..309e42da 100644 --- a/libs/cgroup/Cargo.toml +++ b/libs/cgroup/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cgroup" -version = "1.0.0" +version = "1.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/libs/cmdproto/Cargo.toml b/libs/cmdproto/Cargo.toml index dc71bea0..1055e7dc 100644 --- a/libs/cmdproto/Cargo.toml +++ b/libs/cmdproto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cmdproto" -version = "1.0.0" +version = "1.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/libs/constants/Cargo.toml b/libs/constants/Cargo.toml index 75633eb3..8fb5a464 100644 --- a/libs/constants/Cargo.toml +++ b/libs/constants/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "constants" -version = "1.0.0" +version = "1.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/libs/device/Cargo.toml b/libs/device/Cargo.toml index 451460b3..10497666 100644 --- a/libs/device/Cargo.toml +++ b/libs/device/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "device" -version = "1.0.0" +version = "1.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/libs/event/Cargo.toml b/libs/event/Cargo.toml index 1a67b252..76225216 100644 --- a/libs/event/Cargo.toml +++ b/libs/event/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "event" -version = "1.0.0" +version = "1.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/libs/hwdb/Cargo.toml b/libs/hwdb/Cargo.toml index 0052409c..8a567b61 100644 --- a/libs/hwdb/Cargo.toml +++ b/libs/hwdb/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hwdb" -version = "1.0.0" +version = "1.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/libs/input_event_codes_rs/Cargo.toml b/libs/input_event_codes_rs/Cargo.toml index 76d21790..32a29c9b 100644 --- a/libs/input_event_codes_rs/Cargo.toml +++ b/libs/input_event_codes_rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "input_event_codes_rs" -version = "1.0.0" +version = "1.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/libs/kmod_rs/Cargo.toml b/libs/kmod_rs/Cargo.toml index d9d33728..c8df28e9 100644 --- a/libs/kmod_rs/Cargo.toml +++ b/libs/kmod_rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kmod_rs" -version = "1.0.0" +version = "1.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/libs/libtests/Cargo.toml b/libs/libtests/Cargo.toml index 066dea49..a6298805 100644 --- a/libs/libtests/Cargo.toml +++ b/libs/libtests/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libtests" -version = "1.0.0" +version = "1.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/libs/log/Cargo.toml b/libs/log/Cargo.toml index c5d3f258..0eef63d8 100644 --- a/libs/log/Cargo.toml +++ b/libs/log/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "log" -version = "1.0.0" +version = "1.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/libs/macros/Cargo.toml b/libs/macros/Cargo.toml index 665aae55..638081da 100644 --- a/libs/macros/Cargo.toml +++ b/libs/macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "macros" -version = "1.0.0" +version = "1.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/libs/scsi_generic_rs/Cargo.toml b/libs/scsi_generic_rs/Cargo.toml index 56ad64e3..a8e032e3 100644 --- a/libs/scsi_generic_rs/Cargo.toml +++ b/libs/scsi_generic_rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "scsi_generic_rs" -version = "1.0.0" +version = "1.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/libs/selinux/Cargo.toml b/libs/selinux/Cargo.toml index 1af6c41b..b5a42f8a 100644 --- a/libs/selinux/Cargo.toml +++ b/libs/selinux/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "selinux" -version = "1.0.0" +version = "1.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/libs/watchdog/Cargo.toml b/libs/watchdog/Cargo.toml index 66324290..8fcb0dcd 100644 --- a/libs/watchdog/Cargo.toml +++ b/libs/watchdog/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "watchdog" -version = "1.0.0" +version = "1.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html -- Gitee