mirror of
https://github.com/rwf2/Rocket.git
synced 2025-01-22 01:12:07 +00:00
Unset as current release.
This commit is contained in:
parent
0645a50526
commit
5ee9fbd20b
3
.gitignore
vendored
3
.gitignore
vendored
@ -11,7 +11,7 @@
|
||||
target
|
||||
|
||||
# Generated databases
|
||||
db.sql
|
||||
db.sql*
|
||||
|
||||
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
|
||||
# More information here http://doc.crates.io/guide.html#cargotoml-vs-cargolock
|
||||
@ -19,6 +19,7 @@ Cargo.lock
|
||||
|
||||
# The upload script, for now.
|
||||
scripts/upload-docs.sh
|
||||
scripts/redirect.html
|
||||
|
||||
# Backup files.
|
||||
*.bak
|
||||
|
@ -24,6 +24,8 @@ function relative() {
|
||||
}
|
||||
|
||||
ROCKET_VERSION="0.3.17"
|
||||
ROCKET_MAJOR_VERSION="0.3"
|
||||
CURRENT_RELEASE=false
|
||||
|
||||
ROOT_DIR=$(relative "") || exit $?
|
||||
EXAMPLES_DIR=$(relative "examples") || exit $?
|
||||
|
Loading…
Reference in New Issue
Block a user