Skip to content

Commit 938055a

Browse files
authored
Inform users about the new repo (#3098)
Closes: #3097 Is that okay @tomaka?
1 parent 76994b5 commit 938055a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
- uses: baptiste0928/cargo-install@v1 # This action ensures that the twiggy compilation is cached.
7777
with:
7878
crate: twiggy
79-
version: 0.6
79+
version: 0.7
8080
- run: git checkout ${{ github.event.pull_request.base.sha }}
8181
- run: cd bin/wasm-node/javascript && npm ci && npm run-script build
8282
- run: cp ./target/wasm32-wasi/min-size-release/smoldot_light_wasm.wasm ./.ci-parent-build.wasm # TODO: maybe get the path from the `npm build` output or something?

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# DEPRECATED
2+
3+
This repository is deprecated in favor of: <https://github.com/smol-dot/smoldot>
4+
5+
6+
17
Lightweight Substrate and Polkadot client.
28

39
# Introduction

0 commit comments

Comments
 (0)