Skip to content

Commit b7b01c8

Browse files
authored
fix(badge): adjust style (yamafaktory#38)
1 parent 01dee88 commit b7b01c8

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

Cargo.lock

Lines changed: 6 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ version = "1.3.7"
1515
[dependencies]
1616
indexmap = { version = "1.9.2", features = ["rayon"] }
1717
itertools = "0.10.5"
18-
rayon = "1.6.0"
19-
thiserror = "1.0.37"
18+
rayon = "1.6.1"
19+
thiserror = "1.0.38"
2020

2121
[dev-dependencies]
2222
criterion = "0.4.0"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
---
44

5-
[<img alt="GitHub Workflow Status" src="https://img.shields.io/github/workflow/status/yamafaktory/hypergraph/ci?style=for-the-badge">](https://github.com/yamafaktory/hypergraph/actions/workflows/ci.yml) [<img alt="Crates.io" src="https://img.shields.io/crates/v/hypergraph?style=for-the-badge">](https://crates.io/crates/hypergraph/versions?sort=semver) [<img alt="docs.rs" src="https://img.shields.io/docsrs/hypergraph?style=for-the-badge">](https://docs.rs/hypergraph)
5+
[<img alt="GitHub Workflow Status" src="https://img.shields.io/github/actions/workflow/status/yamafaktory/hypergraph/ci.yml?branch=main&logo=github&style=flat-square">](https://github.com/yamafaktory/hypergraph/actions/workflows/ci.yml) [<img alt="Crates.io" src="https://img.shields.io/crates/v/hypergraph?style=for-the-badge">](https://crates.io/crates/hypergraph/versions?sort=semver) [<img alt="docs.rs" src="https://img.shields.io/docsrs/hypergraph?style=for-the-badge">](https://docs.rs/hypergraph)
66

77
Hypergraph is a data structure library to generate **directed** [hypergraphs](https://en.wikipedia.org/wiki/Hypergraph).
88

0 commit comments

Comments
 (0)