We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d8980e commit b1b3b0eCopy full SHA for b1b3b0e
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "elinor"
3
-version = "0.3.2"
+version = "0.4.0"
4
edition = "2021"
5
authors = ["Shunsuke Kanda (kampersanda) <shnsk.knd@gmail.com>"]
6
description = "Evaluation Library in Information Retrieval"
elinor-cli/Cargo.toml
name = "elinor-cli"
-version = "0.1.2"
+version = "0.1.3"
description = "Command line tools for elinor."
@@ -20,7 +20,7 @@ prettytable-rs = "0.10.0"
20
serde_json = "1.0.128"
21
22
[dependencies.elinor]
23
-version = "0.3.1"
24
path = ".."
25
features = ["serde"]
26
default-features = false
0 commit comments