Skip to content

Commit

Permalink
Changed generator in accordance with the change in rustorm data types…
Browse files Browse the repository at this point in the history
… in enums, instead of string
  • Loading branch information
ivanceras committed Dec 23, 2015
1 parent cc990d5 commit 3412a0a
Show file tree
Hide file tree
Showing 68 changed files with 1,716 additions and 1,520 deletions.
85 changes: 40 additions & 45 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 4 additions & 5 deletions Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "codegenta"
version = "0.0.4"
version = "0.0.6"
authors = [ "Jovansonlee Cesar <ivanceras@gmail.com>" ]
license = "MIT"
description = "A model code generator from database table using rustorm ORM"
Expand All @@ -16,17 +16,16 @@ name = "codegenta"


[dependencies.chrono]
version = "0.2.16"
version = "0.2.14"
features = ["rustc-serialize"]

[dependencies]
rustc-serialize = "0.3.16"
uuid = "0.1.18"
time = "0.1.33"
rustorm = "0.3.1"
time = "0.1.34"
rustorm = "0.4.0"


#[dependencies.rustorm]
#path = "../rustorm"
#features = ["rustc-serialize"]

0 comments on commit 3412a0a

Please sign in to comment.