diff options
| author | Mo <76752051+mo8it@users.noreply.github.com> | 2024-04-04 15:48:07 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-04 15:48:07 +0200 |
| commit | 8c8f30d8ce3b732de649938d8945496bd769ac22 (patch) | |
| tree | 3679a78e468872f05cec1de4e489acbbc08a11a8 /Cargo.lock | |
| parent | 459c52137ac7b8aa8500a46f04b0e848ba48a969 (diff) | |
| parent | b6c434c445d91a9e886e5639b078635e5eca4eb3 (diff) | |
Merge pull request #1931 from mo8it/standalone-binary
Standalone binary
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -564,7 +564,7 @@ dependencies = [ [[package]] name = "rustlings" -version = "5.6.1" +version = "6.0.0" dependencies = [ "anyhow", "assert_cmd", @@ -574,6 +574,7 @@ dependencies = [ "indicatif", "notify-debouncer-mini", "predicates", + "rustlings-macros", "serde", "serde_json", "shlex", @@ -583,6 +584,13 @@ dependencies = [ ] [[package]] +name = "rustlings-macros" +version = "6.0.0" +dependencies = [ + "quote", +] + +[[package]] name = "ryu" version = "1.0.17" source = "registry+https://github.com/rust-lang/crates.io-index" |
