Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update deps version #45

Merged
merged 8 commits into from
Mar 27, 2022
Merged

update deps version #45

merged 8 commits into from
Mar 27, 2022

Conversation

yukihirop
Copy link
Owner

@yukihirop yukihirop commented Mar 27, 2022

Summary

Resolve #41

  • bump v0.2.0
  • upgrade rustc version
(⎈ |minikube:default)#2022-03-28 0:20|yukihirop@FukudanoMacBook-Pro-2:~/RustProjects/ultraman (issues41/update_deps)
$ rustc --version
rustc 1.59.0 (9d1b2106e 2022-02-23)
(⎈ |minikube:default)#2022-03-28 0:20|yukihirop@FukudanoMacBook-Pro-2:~/RustProjects/ultraman (issues41/update_deps)
$ cargo --version
cargo 1.59.0 (49d8809dc 2022-02-10)
  • upgrade to Latest
$ cargo outdated -R
    Updating git repository `https://github.com/yukihirop/roff-rs`
Name               Project  Compat   Latest   Kind         Platform
----               -------  ------   ------   ----         --------
anyhow             1.0.34   1.0.56   1.0.56   Development  ---
crossbeam-channel  0.5.0    0.5.4    0.5.4    Normal       ---
handlebars         3.5.1    3.5.5    4.2.2    Normal       ---
libc               0.2.80   0.2.121  0.2.121  Development  ---
nix                0.19.0   0.19.1   0.23.1   Normal       ---
regex              1.4.2    1.5.5    1.5.5    Normal       ---
serde              1.0.117  1.0.136  1.0.136  Normal       ---
serde_derive       1.0.117  1.0.136  1.0.136  Normal       ---
serde_json         1.0.59   1.0.79   1.0.79   Normal       ---
signal-hook        0.1.16   0.1.17   0.3.13   Normal       ---
structopt          0.3.20   0.3.26   0.3.26   Normal       ---
tempfile           3.1.0    3.3.0    3.3.0    Development  ---

Since crossbeam_channel was deprecated, I replaced it with crossbeam.

Work

  • cargo run start|export|run
  • cargo check

Test

  • cargo test
  • cargo test -- --ignored
  • cargo test -- --nocapture

@yukihirop yukihirop added this to the v0.2.0 milestone Mar 27, 2022
@yukihirop yukihirop self-assigned this Mar 27, 2022
@yukihirop
Copy link
Owner Author

(⎈ |minikube:default)#2022-03-28 1:48|yukihirop@FukudanoMacBook-Pro-2:~/RustProjects/ultraman (issues41/update_deps?)
$ cargo outdated -R
    Updating git repository `https://github.com/yukihirop/roff-rs`
All dependencies are up to date, yay!

@yukihirop yukihirop merged commit 54e919c into feature/v0.2.0 Mar 27, 2022
@yukihirop yukihirop deleted the issues41/update_deps branch March 27, 2022 16:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant