Skip to content

Commit 9ade7fa

Browse files
committed
sys: prepare for version 0.2
1 parent e77cadc commit 9ade7fa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

metis-sys/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
[package]
22
name = "metis-sys"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
authors = ["Hubert Hirtz <[email protected]>"]
55
edition = "2021"
66
license = "MIT OR Apache-2.0"
77
repository = "https://github.com/LIHPC-Computational-Geometry/metis-rs"
8-
documentation = "https://LIHPC-Computational-Geometry.github.io/metis-rs/metis_sys"
98
description = "Raw FFI to METIS, the serial graph partitioner and fill-reducing matrix orderer"
109
readme = "../README.md"
1110
categories = ["external-ffi-bindings", "mathematics"]

0 commit comments

Comments
 (0)