We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2be29b3 commit b147a4aCopy full SHA for b147a4a
examples/runtime-sdk/minimal-runtime/Cargo.toml
@@ -4,4 +4,4 @@ version = "0.1.0"
4
edition = "2021"
5
6
[dependencies]
7
-oasis-runtime-sdk = { git = "https://github.com/oasisprotocol/oasis-sdk", tag = "runtime-sdk/v0.13.1" }
+oasis-runtime-sdk = { path = "../../../runtime-sdk" }
0 commit comments