1
0
mirror of https://github.com/scoobybejesus/cryptools.git synced 2025-04-19 03:10:26 +00:00
Commit Graph

9 Commits

Author SHA1 Message Date
dependabot[bot]
179b586cda
Bump time from 0.1.44 to 0.2.0
Bumps [time](https://github.com/time-rs/time) from 0.1.44 to 0.2.0.
- [Release notes](https://github.com/time-rs/time/releases)
- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md)
- [Commits](https://github.com/time-rs/time/compare/v0.1.44...v0.2.0)

---
updated-dependencies:
- dependency-name: time
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-03 20:36:50 +00:00
scoobybejesus
1d7a1a1b72 Update decimal crate for uninit issue. See alkis/decimal PR #64. 2021-12-08 15:03:50 -05:00
scoobybejesus
ce77cbf8b9 Add support for parsing values/quantities in accounting/comma format, where numbers are wrapped in parentheses. 2020-12-12 23:15:07 -05:00
scoobybejesus
023648dce6 Added Cargo.lock for binary. 2020-11-30 23:29:40 -05:00
scoobybejesus
b91488f034 Removed Cargo.lock from repo. 2019-08-30 19:27:17 -04:00
scoobybejesus
5c61353cf0 Changed Box<Erro> to Box<dyn Error>. Resolves #29. 2019-08-30 18:25:14 -04:00
scoobybejesus
4339d27bb6 Fixed RLS build-related error: Could not compile .process didn't exit successfully. VS Code has RLS support again. Sheesh. 2019-08-26 00:00:00 -04:00
scoobybejesus
6b179ec976 converted inv_costing_from_cmd_arg return type to a result; resolves #9 2019-08-25 22:42:14 -04:00
scoobybejesus
2eeffb057d Initial commit. 2019-08-25 19:57:07 -04:00