mo8it
3959570221
Bump version to v6
2024-03-29 01:25:21 +01:00
mo8it
e5efc68a91
Done macro
2024-03-28 17:34:48 +01:00
mo8it
76764633b4
Update deps
2024-03-27 15:16:42 +01:00
mo8it
b24f256f2a
Merge branch 'main' into project
2024-03-27 15:06:58 +01:00
mo8it
a27741b131
Merge branch 'main' into performance
2024-03-27 15:00:57 +01:00
mo8it
f995b4c041
Merge branch 'main' into watch
2024-03-27 14:41:26 +01:00
mo8it
b9d2756ce8
Merge branch 'main' into toml
2024-03-27 14:30:10 +01:00
mo8it
8e0f7e56f7
Merge branch 'main' into which
2024-03-27 14:18:20 +01:00
mo8it
dca3ea355e
Remove the home dependency since it is not used
2024-03-25 14:10:51 +01:00
mo8it
efa9f57048
Add anyhow
2024-03-25 03:46:56 +01:00
mo8it
83cd91ccca
Replace toml with toml_edit
2024-03-25 02:35:51 +01:00
mo8it
51b4c240ed
Use which
instead of running rustc --version
2024-03-25 00:30:01 +01:00
mo8it
c0c112985b
Replace regex with winnow
2024-03-24 19:18:19 +01:00
mo8it
3dce7e5696
Improvements to watch mode
2024-03-23 18:51:25 +01:00
mo8it
36db08340d
Update dependencies
2024-03-10 23:57:35 +01:00
Matthias Richter
adf7d1b975
chore(watch): update notify dependency to v6
...
closes #1640
2023-11-17 00:56:02 +01:00
liv
9a743f80c5
release: 5.6.1
2023-09-18 10:16:05 +02:00
liv
58cabf2ebd
release: 5.6.0
2023-09-04 15:23:04 +02:00
liv
de45998f69
chore: remove argh
2023-09-04 15:02:02 +02:00
mo8it
5a93f2a4f1
Port to Clap
2023-09-04 13:30:46 +02:00
mo8it
c655612d2d
Update deps
2023-08-26 23:34:40 +02:00
Nicholas R. Smith
2934d062a3
fix: run cargo update to build proc-macro2 on nightly
2023-07-14 12:12:05 -07:00
liv
f2de12aa34
release: 5.5.1
2023-05-17 21:05:51 +02:00
liv
f452fd7bb0
release: 5.5.0
2023-05-17 16:30:22 +02:00
Eugene
6e9ed48f42
cargo update for to resolve #1430
2023-03-24 16:48:11 +01:00
liv
fc9fb536ca
release: 5.4.0
2023-02-12 18:01:48 +01:00
liv
9ad884aadb
chore: bump version
2022-12-23 16:55:42 +01:00
mokou
c923e7af73
chore: release 5.2.1
2022-09-06 12:22:17 +02:00
mokou
d0c7b06eff
chore: release 5.1.1
2022-08-17 10:43:50 +02:00
mokou
714a8075cc
chore: bump version
2022-08-16 09:54:25 +02:00
mokou
af301a2efe
feat(errors5): add simpler explanation for box dyn
2022-08-03 17:31:42 +02:00
mokou
ed0f278a8f
chore: remove mod.rs files and exercises feature
2022-07-11 12:53:49 +02:00
Jack Clayton
be87cc9fa6
Add lsp command to fix rust-analyzer
2022-06-17 11:36:06 +08:00
dependabot[bot]
5130a57f8f
chore(deps): bump regex from 1.5.4 to 1.5.5
...
Bumps [regex](https://github.com/rust-lang/regex ) from 1.5.4 to 1.5.5.
- [Release notes](https://github.com/rust-lang/regex/releases )
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/regex/compare/1.5.4...1.5.5 )
---
updated-dependencies:
- dependency-name: regex
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-06 21:06:16 +00:00
mokou
9ec35d899c
chore: bump version
...
Plus, remove the clog configuration file,
since that's not being used anymore.
2022-04-20 09:44:37 +02:00
mokou
c811643d1e
chore: bump library versions
2022-04-20 09:35:08 +02:00
mokou
cf9f382873
chore: bump version
2022-04-14 11:16:00 +02:00
ana
d57c183028
release: 4.6.0
2021-09-25 11:23:05 +02:00
Ben Armstead
1cd9328a58
fix(cli): remove unnecessary borrows ( #829 )
...
* Update dependencies
* Format better and remove unnecessary borrows
2021-08-24 14:06:30 +02:00
ana
ba087ce64a
release: 4.5.0
...
Signed-off-by: ana <ana@ana.st>
2021-07-07 22:23:52 +02:00
mokou
84461c20cb
release: 4.4.0
2021-04-24 11:57:00 +02:00
Zerotask
eefa656232
chore(deps): update cargo dependencies
2021-04-23 20:07:32 +02:00
mokou
7928122fce
feat: Replace clap with argh
...
I’ve been wanting to do this for a while, but always procrastinated on it. We’ve been using Clap since the 2.0 rewrite, but Clap is known to be a fairly heavy library. Since Rustlings is usually peoples’ first contact with a Rust compilation, I think it’s in our best interests that this complation is as fast as possible. In effect, replacing Clap with the smaller, structopt-style `argh` reduces the amount of crates needing to be compiled from 82 to 60.
I also think this makes the code way easier to read, we don’t need to use Clap’s methods anymore, but can switch over to using pure Rust methods, e.g., switches are booleans, options are Option<String>s or the like, and subcommands are just structs.
2021-04-21 10:08:26 +02:00
mokou
a303d508cf
release: 4.3.0
2020-12-29 11:39:26 +01:00
mokou
964b2a331d
release: 4.2.0
2020-11-07 14:21:10 +01:00
mokou
89c07b5e43
release: 4.1.0
2020-10-05 18:42:26 +02:00
Dany Marcoux
1cc40bc9ce
fix: Update rustlings version in Cargo.lock
2020-08-03 22:17:32 +02:00
Saurav
abd0ec379c
chore: update variables5.rs book link ( #351 )
...
chore: update variables5.rs book link
chore: update variables5.rs book link
2020-04-12 19:35:20 +02:00
Sanjay K
135e5d47a7
feat: added excercise for option
2020-03-05 15:52:54 -05:00
mokou
6eb62fa2ce
2.2.0
2020-02-25 23:00:19 +01:00