Skip to content

Commit

Permalink
Specify num indirect dependency min version
Browse files Browse the repository at this point in the history
Num is used by fraction, which in used by json-schema, which we use
in testing.
In 4.0, signatures were a bit different, so it failed to compile.

Signed-off-by: Tomasz Pietrek <[email protected]>
  • Loading branch information
Jarema committed Nov 9, 2023
1 parent 3c9b6cb commit b2740d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions async-nats/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ async-nats = {path = ".", features = ["experimental"]}
reqwest = "0.11.18"
jsonschema = "0.17.1"

# for -Z minimal-versions
num = "0.4.1"


[features]
default = ["server_2_10"]
Expand Down

0 comments on commit b2740d8

Please sign in to comment.