From 3b1f50b67d9918375b7715b72c5a1da2a7388ad8 Mon Sep 17 00:00:00 2001 From: zhangyao2022 Date: Wed, 21 Feb 2024 19:28:45 +0800 Subject: [PATCH] release: tag 1.0.0 --- Cargo.lock | 120 +++++++++---------- 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/libcore/Cargo.toml | 2 +- core/sctl/Cargo.toml | 2 +- core/sysmaster/Cargo.toml | 2 +- docs/cicd/build_rpm_with_mock/sysmaster.spec | 4 +- 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 +- next/Cargo.lock | 2 +- 41 files changed, 101 insertions(+), 101 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 930b42dd..27480268 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -70,14 +70,14 @@ dependencies = [ [[package]] name = "basic" -version = "0.5.1" +version = "1.0.0" dependencies = [ "bitflags", "chrono", "constants", "fnmatch-sys", "libc", - "log 0.5.1", + "log 1.0.0", "nix 0.24.3", "pathdiff", "pkg-config", @@ -127,7 +127,7 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "blkid_rs" -version = "0.5.1" +version = "1.0.0" dependencies = [ "basic", "bindgen", @@ -179,11 +179,11 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "cgroup" -version = "0.5.1" +version = "1.0.0" dependencies = [ "basic", "bitflags", - "log 0.5.1", + "log 1.0.0", "nix 0.24.3", "snafu", "walkdir", @@ -284,7 +284,7 @@ dependencies = [ [[package]] name = "cmdproto" -version = "0.5.1" +version = "1.0.0" dependencies = [ "http", "nix 0.24.3", @@ -317,11 +317,11 @@ dependencies = [ [[package]] name = "constants" -version = "0.5.1" +version = "1.0.0" [[package]] name = "core" -version = "0.5.1" +version = "1.0.0" dependencies = [ "basic", "bitflags", @@ -331,7 +331,7 @@ dependencies = [ "event", "heed", "libc", - "log 0.5.1", + "log 1.0.0", "nix 0.24.3", "serde", "snafu", @@ -375,7 +375,7 @@ dependencies = [ [[package]] name = "device" -version = "0.5.1" +version = "1.0.0" dependencies = [ "basic", "bitflags", @@ -383,7 +383,7 @@ dependencies = [ "event", "fnmatch-sys", "libc", - "log 0.5.1", + "log 1.0.0", "loopdev", "nix 0.24.3", "snafu", @@ -391,7 +391,7 @@ dependencies = [ [[package]] name = "devmaster" -version = "0.5.1" +version = "1.0.0" dependencies = [ "basic", "bitflags", @@ -412,7 +412,7 @@ dependencies = [ "kmod_rs", "lazy_static", "libc", - "log 0.5.1", + "log 1.0.0", "nix 0.24.3", "rtnetlink", "scsi_generic_rs", @@ -490,7 +490,7 @@ dependencies = [ [[package]] name = "event" -version = "0.5.1" +version = "1.0.0" dependencies = [ "basic", "libc", @@ -566,11 +566,11 @@ dependencies = [ [[package]] name = "fstab" -version = "0.5.1" +version = "1.0.0" dependencies = [ "basic", "inotify", - "log 0.5.1", + "log 1.0.0", "nix 0.24.3", ] @@ -676,11 +676,11 @@ dependencies = [ [[package]] name = "getty-generator" -version = "0.5.1" +version = "1.0.0" dependencies = [ "basic", "libc", - "log 0.5.1", + "log 1.0.0", ] [[package]] @@ -767,10 +767,10 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "hostname_setup" -version = "0.5.1" +version = "1.0.0" dependencies = [ "basic", - "log 0.5.1", + "log 1.0.0", "nix 0.24.3", ] @@ -787,14 +787,14 @@ dependencies = [ [[package]] name = "hwdb" -version = "0.5.1" +version = "1.0.0" dependencies = [ "basic", "bincode", "constants", "glob", "linked-hash-map", - "log 0.5.1", + "log 1.0.0", "memoffset", "nix 0.24.3", "serde", @@ -871,7 +871,7 @@ checksum = "6b6b0f8557f596a2db592f172015c40d0c149e16a956c7848e733d663f2c6636" [[package]] name = "input_event_codes_rs" -version = "0.5.1" +version = "1.0.0" dependencies = [ "bindgen", ] @@ -947,11 +947,11 @@ dependencies = [ [[package]] name = "kmod_rs" -version = "0.5.1" +version = "1.0.0" dependencies = [ "basic", "kmod-sys", - "log 0.5.1", + "log 1.0.0", "nix 0.24.3", ] @@ -1005,7 +1005,7 @@ dependencies = [ [[package]] name = "libtests" -version = "0.5.1" +version = "1.0.0" [[package]] name = "linked-hash-map" @@ -1041,7 +1041,7 @@ dependencies = [ [[package]] name = "log" -version = "0.5.1" +version = "1.0.0" dependencies = [ "libc", "log 0.4.14", @@ -1059,16 +1059,16 @@ dependencies = [ [[package]] name = "machine-id-setup" -version = "0.5.1" +version = "1.0.0" dependencies = [ "basic", - "log 0.5.1", + "log 1.0.0", "nix 0.24.3", ] [[package]] name = "macros" -version = "0.5.1" +version = "1.0.0" dependencies = [ "proc-macro2", "quote", @@ -1119,7 +1119,7 @@ dependencies = [ [[package]] name = "mount" -version = "0.5.1" +version = "1.0.0" dependencies = [ "basic", "bitflags", @@ -1128,7 +1128,7 @@ dependencies = [ "epoll", "event", "libc", - "log 0.5.1", + "log 1.0.0", "macros", "nix 0.24.3", "once_cell", @@ -1340,14 +1340,14 @@ checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c" [[package]] name = "path" -version = "0.5.1" +version = "1.0.0" dependencies = [ "basic", "constants", "core", "event", "libc", - "log 0.5.1", + "log 1.0.0", "macros", "nix 0.24.3", "once_cell", @@ -1552,21 +1552,21 @@ dependencies = [ [[package]] name = "random_seed" -version = "0.5.1" +version = "1.0.0" dependencies = [ "basic", "libc", - "log 0.5.1", + "log 1.0.0", "nix 0.24.3", "xattr", ] [[package]] name = "rc-local-generator" -version = "0.5.1" +version = "1.0.0" dependencies = [ "libc", - "log 0.5.1", + "log 1.0.0", ] [[package]] @@ -1662,14 +1662,14 @@ dependencies = [ [[package]] name = "scsi_generic_rs" -version = "0.5.1" +version = "1.0.0" dependencies = [ "bindgen", ] [[package]] name = "sctl" -version = "0.5.1" +version = "1.0.0" dependencies = [ "clap", "cmdproto", @@ -1679,7 +1679,7 @@ dependencies = [ [[package]] name = "selinux" -version = "0.5.1" +version = "1.0.0" dependencies = [ "bindgen", ] @@ -1717,7 +1717,7 @@ dependencies = [ [[package]] name = "service" -version = "0.5.1" +version = "1.0.0" dependencies = [ "basic", "cgroup", @@ -1727,7 +1727,7 @@ dependencies = [ "event", "libc", "libtests", - "log 0.5.1", + "log 1.0.0", "macros", "nix 0.24.3", "once_cell", @@ -1786,7 +1786,7 @@ dependencies = [ [[package]] name = "socket" -version = "0.5.1" +version = "1.0.0" dependencies = [ "basic", "confique", @@ -1794,7 +1794,7 @@ dependencies = [ "core", "event", "libtests", - "log 0.5.1", + "log 1.0.0", "macros", "nix 0.24.3", "once_cell", @@ -1814,10 +1814,10 @@ dependencies = [ [[package]] name = "switch_root" -version = "0.5.1" +version = "1.0.0" dependencies = [ "basic", - "log 0.5.1", + "log 1.0.0", "nix 0.24.3", ] @@ -1866,16 +1866,16 @@ dependencies = [ [[package]] name = "sysMaster" -version = "0.5.1" +version = "1.0.0" dependencies = [ - "log 0.5.1", + "log 1.0.0", "mio", "nix 0.24.3", ] [[package]] name = "sysmaster" -version = "0.5.1" +version = "1.0.0" dependencies = [ "basic", "bitflags", @@ -1891,7 +1891,7 @@ dependencies = [ "lazy_static", "libc", "libtests", - "log 0.5.1", + "log 1.0.0", "mount", "nix 0.24.3", "once_cell", @@ -1909,30 +1909,30 @@ dependencies = [ [[package]] name = "sysmaster-hwdb" -version = "0.5.1" +version = "1.0.0" dependencies = [ "clap", "hwdb", - "log 0.5.1", + "log 1.0.0", "nix 0.24.3", ] [[package]] name = "sysmaster-run" -version = "0.5.1" +version = "1.0.0" dependencies = [ "basic", "clap", "cmdproto", "constants", "core", - "log 0.5.1", + "log 1.0.0", "nix 0.24.3", ] [[package]] name = "sysmonitor" -version = "0.5.1" +version = "1.0.0" dependencies = [ "basic", "nix 0.24.3", @@ -1944,12 +1944,12 @@ dependencies = [ [[package]] name = "target" -version = "0.5.1" +version = "1.0.0" dependencies = [ "basic", "constants", "core", - "log 0.5.1", + "log 1.0.0", "macros", "nix 0.24.3", "once_cell", @@ -2004,7 +2004,7 @@ dependencies = [ "chrono", "core", "event", - "log 0.5.1", + "log 1.0.0", "macros", "nix 0.24.3", "once_cell", @@ -2223,7 +2223,7 @@ checksum = "6a89911bd99e5f3659ec4acf9c4d93b0a90fe4a2a11f15328472058edc5261be" [[package]] name = "watchdog" -version = "0.5.1" +version = "1.0.0" dependencies = [ "nix 0.24.3", ] diff --git a/Cargo.toml b/Cargo.toml index 878591e2..96cf7e55 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sysMaster" -version = "0.5.1" +version = "1.0.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 7128d823..e4706ae9 100644 --- a/core/coms/mount/Cargo.toml +++ b/core/coms/mount/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mount" -version = "0.5.1" +version = "1.0.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 45b4189a..a1bc8502 100644 --- a/core/coms/path/Cargo.toml +++ b/core/coms/path/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "path" -version = "0.5.1" +version = "1.0.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 c6e596ca..d2c46b79 100644 --- a/core/coms/service/Cargo.toml +++ b/core/coms/service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "service" -version = "0.5.1" +version = "1.0.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 b826dba9..7fe865f9 100644 --- a/core/coms/socket/Cargo.toml +++ b/core/coms/socket/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "socket" -version = "0.5.1" +version = "1.0.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 01c320a8..2311fe67 100644 --- a/core/coms/target/Cargo.toml +++ b/core/coms/target/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "target" -version = "0.5.1" +version = "1.0.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 93314209..c7631af4 100644 --- a/core/libcore/Cargo.toml +++ b/core/libcore/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "core" -version = "0.5.1" +version = "1.0.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 5564b478..ab2937e2 100644 --- a/core/sctl/Cargo.toml +++ b/core/sctl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sctl" -version = "0.5.1" +version = "1.0.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 e61de609..09df4457 100644 --- a/core/sysmaster/Cargo.toml +++ b/core/sysmaster/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sysmaster" -version = "0.5.1" +version = "1.0.0" edition = "2021" [dependencies] diff --git a/docs/cicd/build_rpm_with_mock/sysmaster.spec b/docs/cicd/build_rpm_with_mock/sysmaster.spec index 2c7db5a6..55099138 100644 --- a/docs/cicd/build_rpm_with_mock/sysmaster.spec +++ b/docs/cicd/build_rpm_with_mock/sysmaster.spec @@ -11,8 +11,8 @@ %global _cargo_build /usr/bin/env CARGO_HOME=.cargo RUSTC_BOOTSTRAP=1 %{_bindir}/cargo build %__cargo_common_opts Name: sysmaster -Version: 0.5.1 -Release: 2 +Version: 1.0.0 +Release: 1 Summary: redesign and reimplement process1. License: Mulan PSL v2 diff --git a/exts/devmaster/Cargo.toml b/exts/devmaster/Cargo.toml index bcfc460c..f1bfc619 100644 --- a/exts/devmaster/Cargo.toml +++ b/exts/devmaster/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "devmaster" -version = "0.5.1" +version = "1.0.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 cf8c0bb0..cd8f2377 100644 --- a/exts/fstab/Cargo.toml +++ b/exts/fstab/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fstab" -version = "0.5.1" +version = "1.0.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 01ebf4a3..3360b1cc 100644 --- a/exts/getty-generator/Cargo.toml +++ b/exts/getty-generator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "getty-generator" -version = "0.5.1" +version = "1.0.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 9262087a..3a82a277 100644 --- a/exts/hostname_setup/Cargo.toml +++ b/exts/hostname_setup/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hostname_setup" -version = "0.5.1" +version = "1.0.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 9e057433..04200cc3 100644 --- a/exts/hwdb/Cargo.toml +++ b/exts/hwdb/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sysmaster-hwdb" -version = "0.5.1" +version = "1.0.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 33efd141..f09e0dbc 100644 --- a/exts/libudev/Cargo.toml +++ b/exts/libudev/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libudev" -version = "0.5.1" +version = "1.0.0" edition = "2021" [lib] diff --git a/exts/libudev_macro/Cargo.toml b/exts/libudev_macro/Cargo.toml index 284be8f4..ba5eb1cf 100644 --- a/exts/libudev_macro/Cargo.toml +++ b/exts/libudev_macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libudev_macro" -version = "0.5.1" +version = "1.0.0" edition = "2021" [lib] diff --git a/exts/machine-id-setup/Cargo.toml b/exts/machine-id-setup/Cargo.toml index d61bfe98..0826b7ae 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 = "0.5.1" +version = "1.0.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 f97a80d6..9831dfee 100644 --- a/exts/random_seed/Cargo.toml +++ b/exts/random_seed/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "random_seed" -version = "0.5.1" +version = "1.0.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 ac224b08..de16c67b 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 = "0.5.1" +version = "1.0.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 fefef932..ec6e777f 100644 --- a/exts/run/Cargo.toml +++ b/exts/run/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sysmaster-run" -version = "0.5.1" +version = "1.0.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 a520eadc..b0c7ddd6 100644 --- a/exts/switch_root/Cargo.toml +++ b/exts/switch_root/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "switch_root" -version = "0.5.1" +version = "1.0.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 8b625778..4e81577a 100644 --- a/exts/sysmonitor/Cargo.toml +++ b/exts/sysmonitor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sysmonitor" -version = "0.5.1" +version = "1.0.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 c8f3be49..8a4482a9 100644 --- a/libs/basic/Cargo.toml +++ b/libs/basic/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "basic" -version = "0.5.1" +version = "1.0.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 bf1a9435..8dbc78a4 100644 --- a/libs/blkid_rs/Cargo.toml +++ b/libs/blkid_rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blkid_rs" -version = "0.5.1" +version = "1.0.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 4f2de2b2..0ca6bf86 100644 --- a/libs/cgroup/Cargo.toml +++ b/libs/cgroup/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cgroup" -version = "0.5.1" +version = "1.0.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 ae5a2a7d..dc71bea0 100644 --- a/libs/cmdproto/Cargo.toml +++ b/libs/cmdproto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cmdproto" -version = "0.5.1" +version = "1.0.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 7fa427c0..75633eb3 100644 --- a/libs/constants/Cargo.toml +++ b/libs/constants/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "constants" -version = "0.5.1" +version = "1.0.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 aa881880..451460b3 100644 --- a/libs/device/Cargo.toml +++ b/libs/device/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "device" -version = "0.5.1" +version = "1.0.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 8bfdec2c..1a67b252 100644 --- a/libs/event/Cargo.toml +++ b/libs/event/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "event" -version = "0.5.1" +version = "1.0.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 de288fda..0052409c 100644 --- a/libs/hwdb/Cargo.toml +++ b/libs/hwdb/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hwdb" -version = "0.5.1" +version = "1.0.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 6195275b..76d21790 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 = "0.5.1" +version = "1.0.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 b103c716..d9d33728 100644 --- a/libs/kmod_rs/Cargo.toml +++ b/libs/kmod_rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kmod_rs" -version = "0.5.1" +version = "1.0.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 2c9cec25..066dea49 100644 --- a/libs/libtests/Cargo.toml +++ b/libs/libtests/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libtests" -version = "0.5.1" +version = "1.0.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 3f33db92..c5d3f258 100644 --- a/libs/log/Cargo.toml +++ b/libs/log/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "log" -version = "0.5.1" +version = "1.0.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 fb5aeed0..665aae55 100644 --- a/libs/macros/Cargo.toml +++ b/libs/macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "macros" -version = "0.5.1" +version = "1.0.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 be6b9156..56ad64e3 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 = "0.5.1" +version = "1.0.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 7d79b1df..1af6c41b 100644 --- a/libs/selinux/Cargo.toml +++ b/libs/selinux/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "selinux" -version = "0.5.1" +version = "1.0.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 8edb87de..66324290 100644 --- a/libs/watchdog/Cargo.toml +++ b/libs/watchdog/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "watchdog" -version = "0.5.1" +version = "1.0.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/next/Cargo.lock b/next/Cargo.lock index 5fdae39b..f6a6c10d 100644 --- a/next/Cargo.lock +++ b/next/Cargo.lock @@ -675,7 +675,7 @@ checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" [[package]] name = "macros" -version = "0.5.1" +version = "1.0.0" dependencies = [ "proc-macro2", "quote", -- Gitee