Skip to content

Commit 3412a0a

Browse files
committed
Changed generator in accordance with the change in rustorm data types in enums, instead of string
1 parent cc990d5 commit 3412a0a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+1716
-1520
lines changed

Cargo.lock

Lines changed: 40 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "codegenta"
3-
version = "0.0.4"
3+
version = "0.0.6"
44
authors = [ "Jovansonlee Cesar <[email protected]>" ]
55
license = "MIT"
66
description = "A model code generator from database table using rustorm ORM"
@@ -16,17 +16,16 @@ name = "codegenta"
1616

1717

1818
[dependencies.chrono]
19-
version = "0.2.16"
19+
version = "0.2.14"
2020
features = ["rustc-serialize"]
2121

2222
[dependencies]
2323
rustc-serialize = "0.3.16"
2424
uuid = "0.1.18"
25-
time = "0.1.33"
26-
rustorm = "0.3.1"
25+
time = "0.1.34"
26+
rustorm = "0.4.0"
2727

2828

2929
#[dependencies.rustorm]
3030
#path = "../rustorm"
31-
#features = ["rustc-serialize"]
3231

0 commit comments

Comments
 (0)