Skip to content

Commit

Permalink
Rev to path dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusGrass committed May 5, 2024
1 parent 1d19482 commit 7aab6f1
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 80 deletions.
38 changes: 4 additions & 34 deletions Cargo.lock

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

18 changes: 4 additions & 14 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.

18 changes: 4 additions & 14 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.

18 changes: 4 additions & 14 deletions test-runners/threaded-main/Cargo.lock

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

2 changes: 1 addition & 1 deletion tiny-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ keywords = ["cli", "parse", "arg", "parser", "linux"]
proc-macro = true

[dev-dependencies]
tiny-std = { version = "0.2.4", features = ["alloc", "cli"]}
tiny-std = { path = "../tiny-std", features = ["alloc", "cli"]}
2 changes: 1 addition & 1 deletion tiny-start/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ mem-symbols = []


[dependencies]
rusl = { version = "0.3.0", default-features = false }
rusl = { path = "../rusl", default-features = false }
4 changes: 2 additions & 2 deletions tiny-std/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ vdso = ["aux"]
threaded = ["alloc", "start"]

[dependencies]
rusl = { version = "0.3.0" , default-features = false }
tiny-start = { version = "0.1.3", 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 7aab6f1

Please sign in to comment.