investments 1.3.1

Helps you with managing your investments
Documentation
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env bash
#
# Upgrades all dependencies to the latest versions
#

set -eu

command -v cargo-upgrade > /dev/null || cargo install cargo-edit
cargo upgrade

cargo update