diff options
| author | KunoiSayami <[email protected]> | 2021-05-08 01:22:08 +0800 |
|---|---|---|
| committer | KunoiSayami <[email protected]> | 2021-05-08 01:22:08 +0800 |
| commit | 86e4c76dabb20b7f489abcb1f1c3cdb11a494b91 (patch) | |
| tree | 8369ddbd694637a61fc337c71e89d61e62bc8286 /src/database.rs | |
| parent | 3a8881fbaab4d18b865a44198db9c195041cbff2 (diff) | |
fix: Fix authenticate-cookie not working properlyv0.1.2
* feat: Add adduser subcommand
Diffstat (limited to 'src/database.rs')
| -rw-r--r-- | src/database.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/database.rs b/src/database.rs index 1a1dedf..0998b2e 100644 --- a/src/database.rs +++ b/src/database.rs @@ -37,7 +37,6 @@ pub mod v1 { "#; pub const VERSION: &str = "1"; - } -pub use v1::VERSION; pub use v1 as current; +pub use v1::VERSION; |
