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