Skip to content

Commit

Permalink
Rev to path dependencies post publish 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusGrass committed Oct 1, 2023
1 parent 00ea244 commit 881bbd9
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 109 deletions.
35 changes: 3 additions & 32 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 3 additions & 25 deletions test-runners/alloc-st-main/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 3 additions & 25 deletions test-runners/no-alloc-main/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 3 additions & 25 deletions test-runners/threaded-main/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions tiny-std/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ vdso = ["aux"]
threaded = ["alloc", "start"]

[dependencies]
rusl = { version = "0.2.1" , default-features = false }
tiny-start = { version = "0.1.0", default-features = false, optional = true }
rusl = { path = "../rusl" , default-features = false }
tiny-start = { path = "../tiny-start", default-features = false, optional = true }
sc = "0.2.7"

0 comments on commit 881bbd9

Please sign in to comment.