Skip to content

Commit

Permalink
chore: remove redundant deps.toml entries
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
  • Loading branch information
rvolosatovs authored and ricochet committed Feb 5, 2025
1 parent d3e589a commit fd09f81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions wit/deps.lock
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
[clocks]
url = "https://github.com/WebAssembly/wasi-clocks/archive/v0.2.3.tar.gz"
sha256 = "93a701968a7dd3c5d69031bc0601681c468972fdf7e28a93bb6150a67d6ebe8b"
sha512 = "98fca567c7a01887b0fb38981f1772169b6ea8de475b546508f8b86738d84e44ba95cae81def40ac34e8809f5f60e85224077ab8cb6d6d5d6296acc1df73c159"

[filesystem]
url = "https://github.com/WebAssembly/wasi-filesystem/archive/v0.2.3.tar.gz"
sha256 = "69d42fb10a04a33545b17e055f13db9b1e10e82ba0ed5bdb52334e40dc07c679"
sha512 = "612effbac6f4804fe0c29dae20b78bbba59e52cb754c15402f5fe229c3153a221e0fbdff1d9d00ceaa3fe049c6a95523a5b99f772f1c16d972eade2c88326a30"
deps = ["clocks", "io"]

[io]
url = "https://github.com/WebAssembly/wasi-io/archive/v0.2.3.tar.gz"
sha256 = "1cccbfe4122686ea57a25cd368e8cdfc408cbcad089f47fb6685b6f92e96f050"
sha512 = "7a95f964c13da52611141acd89bc8876226497f128e99dd176a4270c5b5efbd8cc847b5fbd1a91258d028c646db99e0424d72590cf1caf20f9f3a3343fad5017"

Expand All @@ -22,3 +21,4 @@ sha512 = "d1ca2e7b0616a94a3b39d1b9450bb3fb595b01fd94a8626ad75433038dde40988ecb41
url = "https://github.com/WebAssembly/wasi-sockets/archive/v0.2.3.tar.gz"
sha256 = "2bc0f65a8046207ee3330ad7d63f6fafeafd4cc0ea4084f081bd5e4f7b177e74"
sha512 = "3e5490e41547dffa78d52631825d93da8d60f4af0246cbaf97e1ecb879285953a86d5f1f390b10c32f91dd7eaec6f43e625a26b1c92c32a0c86fde428aedaaab"
deps = ["clocks", "io"]
2 changes: 0 additions & 2 deletions wit/deps.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
clocks = "https://github.com/WebAssembly/wasi-clocks/archive/v0.2.3.tar.gz"
filesystem = "https://github.com/WebAssembly/wasi-filesystem/archive/v0.2.3.tar.gz"
io = "https://github.com/WebAssembly/wasi-io/archive/v0.2.3.tar.gz"
random = "https://github.com/WebAssembly/wasi-random/archive/v0.2.3.tar.gz"
sockets = "https://github.com/WebAssembly/wasi-sockets/archive/v0.2.3.tar.gz"

0 comments on commit fd09f81

Please # to comment.