Skip to content

Commit

Permalink
Attempt to unbreak Github logo rendering.
Browse files Browse the repository at this point in the history
  • Loading branch information
ccoalson-sx committed Sep 7, 2019
1 parent 6b996e3 commit 1eb0ca5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Temporary databases for unit testing, inspired by [`tempfile`](https://docs.rs/t

| Database | Crate | Version | Documentation |
| --- | --- | --- | --- |
| <a href="https://cockroachlabs.com"><img src="https://github.com/calder/rust-tempdb/raw/master/tempdb_cockroach/doc/logo.svg" width="12" height="12"> CockroachDB</a> | [`tempdb_cockroach`](tempdb_cockroach) | [![Latest Version](https://img.shields.io/crates/v/tempdb_cockroach.svg)](https://crates.io/crates/tempdb_cockroach) | [![Documentation](https://docs.rs/tempdb_cockroach/badge.svg)](https://docs.rs/tempdb_cockroach) |
| <a href="https://cockroachlabs.com"><img src="https://raw.githubusercontent.com/calder/rust-tempdb/master/tempdb_cockroach/doc/logo.png" width="12" height="12"> CockroachDB</a> | [`tempdb_cockroach`](tempdb_cockroach) | [![Latest Version](https://img.shields.io/crates/v/tempdb_cockroach.svg)](https://crates.io/crates/tempdb_cockroach) | [![Documentation](https://docs.rs/tempdb_cockroach/badge.svg)](https://docs.rs/tempdb_cockroach) |

## Example usage

Expand Down
2 changes: 1 addition & 1 deletion tempdb_cockroach/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tempdb_cockroach"
version = "1.0.1"
version = "1.0.2"
edition = "2018"
description = "Temporary databases for unit testing"
keywords = ["cockroach", "cockroachdb", "temporary", "database", "test"]
Expand Down
2 changes: 1 addition & 1 deletion tempdb_cockroach/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# <a href="https://cockroachlabs.com"><img src="https://github.com/calder/rust-tempdb/raw/master/tempdb_cockroach/doc/logo.svg" width="24" height="24"></a> Rust TempDB - [CockroachDB](https://www.cockroachlabs.com)

[![Documentation](https://docs.rs/tempdb_cockroach/badge.svg)](https://docs.rs/tempdb_cockroach) [![Latest Version](https://img.shields.io/crates/v/tempdb_cockroach.svg)](https://crates.io/crates/tempdb_cockroach)
[![Documentation](https://raw.githubusercontent.com/calder/rust-tempdb/master/tempdb_cockroach/doc/logo.png)](https://docs.rs/tempdb_cockroach) [![Latest Version](https://img.shields.io/crates/v/tempdb_cockroach.svg)](https://crates.io/crates/tempdb_cockroach)

Temporary [CockroachDB](https://www.cockroachlabs.com) databases for unit testing.

Expand Down
Binary file added tempdb_cockroach/doc/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1eb0ca5

Please sign in to comment.