Skip to content

Commit

Permalink
bump to v0.0.20
Browse files Browse the repository at this point in the history
- minor fixes & updates.
  • Loading branch information
joseluis committed Dec 16, 2022
1 parent e77610f commit d587c7c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ladata"
description = "A simple & modular data model."
version = "0.0.19"
version = "0.0.20"
edition = "2021"
resolver = "2"
rust-version = "1.65"
Expand All @@ -20,15 +20,15 @@ keywords = [ "data", "type", "cell" ] # dataframe
publish = true

[dependencies]
paste = "1.0.9"
paste = "1.0.10"

# feature: "deps_continuous" (continuous numbers):
half = { version = "2.0.0", optional = true, default-features = false } # F16 BF16
twofloat = { version = "0.5.0", optional = true, default-features = false } # F128

# feature: "deps_discrete" (discrete numbers):
num-rational = { version = "0.4.1", optional = true } # Ratio
num-bigint = { version = "0.4.3", optional = true } # BitInt
num-bigint = { version = "0.4.3", optional = true } # BigInt
rust_decimal = { version = "1.25.0", optional = true } # Decimal

# feature: "deps_string" (strings):
Expand Down

0 comments on commit d587c7c

Please sign in to comment.