This commit is contained in:
Jeremy Soller
2024-10-20 14:09:21 -06:00
3 changed files with 4 additions and 5 deletions
Generated
+1 -2
View File
@@ -1608,8 +1608,7 @@ dependencies = [
[[package]]
name = "ring"
version = "0.17.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
source = "git+https://gitlab.redox-os.org/redox-os/ring.git?branch=redox-0.17.8#fce20f12b6aad164a1a7e13ae1dcb46422b171c0"
dependencies = [
"cc",
"cfg-if 1.0.0",
+2
View File
@@ -49,3 +49,5 @@ uuid = { version = "1.4", features = ["v4"] }
[patch.crates-io]
cc-11 = { git = "https://github.com/tea/cc-rs", branch="riscv-abi-arch-fix", package = "cc" }
# https://github.com/briansmith/ring/issues/1999
ring = { git = "https://gitlab.redox-os.org/redox-os/ring.git", branch = "redox-0.17.8" }
+1 -3
View File
@@ -141,9 +141,7 @@ data = "https://static.redox-os.org/pkg"
[[files]]
path = "/etc/hostname"
data = """
redox
"""
data = "redox"
[[files]]
path = "/etc/issue"