diff --git a/Cargo.lock b/Cargo.lock index a650734b8..cfc746bb3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2652,9 +2652,9 @@ dependencies = [ [[package]] name = "rustix" -version = "0.38.7" +version = "0.38.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "172891ebdceb05aa0005f533a6cbfca599ddd7d966f6f5d4d9b2e70478e70399" +checksum = "19ed4fa021d81c8392ce04db050a3da9a60299050b7ae1cf482d862b54a7218f" dependencies = [ "bitflags 2.3.3", "errno", diff --git a/README.md b/README.md index 1d24abf51..40303a62c 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ A simple implementation of Cloudflare keyless server. ## Target Platform -Only Linux is fully supported yet. The code will compile on FreeBSD / NetBSD / MacOS, but we haven't tested it there. +Only Linux is fully supported yet. The code will compile on FreeBSD / NetBSD / macOS, but we haven't tested it there. Feel free to open PRs to add support to other platforms. diff --git a/README.zh_CN.md b/README.zh_CN.md index 5dd8157ee..0976a2fcf 100644 --- a/README.zh_CN.md +++ b/README.zh_CN.md @@ -46,7 +46,7 @@ Cloudflare Keyless Server的简单实现。 ## 支持平台 -目前仅提供对Linux系统的完整支持,其他系统如FreeBSD、NetBSd、MacOS可以编译,但是未测试过功能。 +目前仅提供对Linux系统的完整支持,其他系统如FreeBSD、NetBSD、macOS可以编译,但是未测试过功能。 如果需要支持其他系统,欢迎提交PR。