Skip to content

Commit e2025bf

Browse files
committed
Update version = v0.3.0
1 parent 1df862e commit e2025bf

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dbgen"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
authors = ["kennytm <[email protected]>"]
55
edition = "2018"
66
license = "MIT"
@@ -43,7 +43,7 @@ rand_xorshift = "0.1"
4343
shlex = "0.1"
4444

4545
[dev-dependencies]
46-
regex = "1.0"
46+
regex = "1.1"
4747
tempfile = "3.0"
4848
serde_json = "1.0"
4949
diff = "0.1"

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
`dbgen`: Database generator
22
===========================
33

4+
[![Build Status](https://travis-ci.com/kennytm/dbgen.svg?branch=master)](https://travis-ci.com/kennytm/dbgen)
5+
[![Crates.io](https://img.shields.io/crates/v/dbgen.svg)](https://crates.io/crates/dbgen)
6+
47
`dbgen` is a program to quickly generate random SQL dump of a table following a given set of
58
expressions.
69

0 commit comments

Comments
 (0)