Skip to content

Commit 6c6a02c

Browse files
committed
Tiny std publish
1 parent 734745c commit 6c6a02c

File tree

5 files changed

+72
-17
lines changed

5 files changed

+72
-17
lines changed

Cargo.lock

Lines changed: 23 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test-runners/alloc-st-main/Cargo.lock

Lines changed: 16 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test-runners/no-alloc-main/Cargo.lock

Lines changed: 16 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test-runners/threaded-main/Cargo.lock

Lines changed: 16 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tiny-std/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ threaded = ["alloc", "start"]
4141

4242
[dependencies]
4343
rusl = { version = "0.1.0" , default-features = false }
44-
tiny-start = { path = "../tiny-start", default-features = false, optional = true }
44+
tiny-start = { version = "0.1.0", default-features = false, optional = true }
4545
sc = "0.2.7"
4646
unix-print = "0.1.0"

0 commit comments

Comments
 (0)