Skip to content

Commit 90b6cd2

Browse files
committed
Some repo cleanup and fixing docs
1 parent 11ecfbc commit 90b6cd2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ sqlite3 = []
3030
mysql = []
3131
pg = []
3232

33-
# Enables unstable (in-development) features,
33+
# Enables unstable (in-development) features,
3434
# even for stable version upgrades
3535
unstable = []
3636

@@ -41,6 +41,6 @@ diesel_rs = { version = ">= 1.2, < 2.0", package = "diesel", default_features =
4141

4242
[package.metadata.docs.rs]
4343

44-
# We need to explicitly toggle features here because
45-
# `all-features` causes weird transient bugs
46-
features = ["diesel", "mysql", "sqlite3", "pg", "unstable"]
44+
# We can't build documentation with the `diesel` flag enabled
45+
# because then the project no longer builds.
46+
features = ["mysql", "sqlite3", "pg", "unstable"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![](assets/logo.svg)
22

3-
[![](https://travis-ci.org/spacekookie/barrel.svg?branch=master)](https://travis-ci.org/spacekookie/barrel)
3+
[![](https://travis-ci.org/rust-db/barrel.svg?branch=master)](https://travis-ci.org/spacekookie/barrel)
44
[![](https://ci.appveyor.com/api/projects/status/7e00r2e1xatxk3bj?svg=true)](https://ci.appveyor.com/project/spacekookie/barrel)
55
[![](https://coveralls.io/repos/github/spacekookie/barrel/badge.svg?branch=master&service=github)](https://coveralls.io/github/spacekookie/barrel?branch=master)
66
[![](https://docs.rs/barrel/badge.svg)](https://docs.rs/barrel/)

0 commit comments

Comments
 (0)