Skip to content
This repository has been archived by the owner on Jan 6, 2022. It is now read-only.

Bump num from 0.3.1 to 0.4.0 #6

Merged
merged 1 commit into from Mar 16, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
16 changes: 8 additions & 8 deletions 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 Cargo.toml
Expand Up @@ -5,7 +5,7 @@ authors = ["Max <code@workwithmax.com>"]
edition = "2018"

[dependencies]
num = "0.3.1"
num = "0.4.0"
git2 = "0.13.17"
termion = "1.5"
sqlite = "0.25.3"
Expand Down