Unset as current release.

This commit is contained in:
Sergio Benitez 2018-10-31 04:25:15 -07:00
parent 0645a50526
commit 5ee9fbd20b
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View File

@ -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

View File

@ -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 $?