Skip to content

Commit 20ed690

Browse files
committed
...
1 parent 1ef0b82 commit 20ed690

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ notifications:
1616
deploy:
1717
- provider: releases
1818
api_key: $AUTH_TOKEN
19+
file_glob: true
1920
file:
2021
- "openctf-*"
2122
on:

orm/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "orm"
33
version = "0.1.0"
4+
description = "ORM for OpenCTF, based on diesel.rs"
45
authors = ["Michael Zhang <[email protected]>"]
56

67
[features]

orm/derive/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// TODO: merge into codegen
2-
31
extern crate proc_macro;
42
extern crate proc_macro2;
53
extern crate syn;

0 commit comments

Comments
 (0)