Skip to content

Commit 127b200

Browse files
Update status badge and crate authors
1 parent 193bd92 commit 127b200

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "odht"
33
version = "0.1.0"
4-
authors = ["Michael Woerister <michaelwoerister@posteo.de>"]
54
edition = "2018"
65
license = "MIT OR Apache-2.0"
76
exclude = ["/.github/*"]
87
description = "A Rust crate for hash tables that can be mapped from disk into memory without the need for up-front decoding."
8+
repository = "https://github.com/rust-lang/odht"
99

1010
[dependencies]
1111
cfg-if = "1.0.0"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![CI Status](https://github.com/michaelwoerister/odht/actions/workflows/ci.yml/badge.svg)
1+
![CI Status](https://github.com/rust-lang/odht/actions/workflows/ci.yml/badge.svg)
22

33
# odht
44

0 commit comments

Comments
 (0)