File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " dbgen"
3
- version = " 0.2 .0"
3
+ version = " 0.3 .0"
4
4
authors = [
" kennytm <[email protected] >" ]
5
5
edition = " 2018"
6
6
license = " MIT"
@@ -43,7 +43,7 @@ rand_xorshift = "0.1"
43
43
shlex = " 0.1"
44
44
45
45
[dev-dependencies ]
46
- regex = " 1.0 "
46
+ regex = " 1.1 "
47
47
tempfile = " 3.0"
48
48
serde_json = " 1.0"
49
49
diff = " 0.1"
Original file line number Diff line number Diff line change 1
1
` dbgen ` : Database generator
2
2
===========================
3
3
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
+
4
7
` dbgen ` is a program to quickly generate random SQL dump of a table following a given set of
5
8
expressions.
6
9
You can’t perform that action at this time.
0 commit comments