diff options
| author | mokou <mokou@posteo.de> | 2020-12-29 11:39:26 +0100 |
|---|---|---|
| committer | mokou <mokou@posteo.de> | 2020-12-29 11:39:26 +0100 |
| commit | a303d508cf0c5bc20bb50bd388b2545bf80672ac (patch) | |
| tree | fbf5065db3579c6810af9ea4c587ebd9861f9c8d /src | |
| parent | 44d39112ff122b29c9793fe52e605df1612c6490 (diff) | |
release: 4.3.0
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index 35f8df4..bf35e4f 100644 --- a/src/main.rs +++ b/src/main.rs @@ -25,7 +25,7 @@ mod verify; fn main() { let matches = App::new("rustlings") .version(crate_version!()) - .author("Olivia Hugger, Carol Nichols") + .author("Marisa, Carol Nichols") .about("Rustlings is a collection of small exercises to get you used to writing and reading Rust code") .arg( Arg::with_name("nocapture") |
