Skip to content

Commit

Permalink
preliminary qti support
Browse files Browse the repository at this point in the history
  • Loading branch information
jjfiv committed Sep 12, 2020
1 parent 28e17b1 commit 63590ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cffi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "quizdown"
version = "0.2.0"
version = "0.3.0"
authors = ["John Foley <johnf@middlebury.edu>"]
readme = "../README.md"
description = "A markdown subset for quickly making multiple-choice questions."
Expand Down
1 change: 1 addition & 0 deletions cffi/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ set -eu

rm -rf quizdown/quizdown
source venv/bin/activate
pip install -q -r requirements.txt
pip install -q -r dev-requirements.txt
maturin build -b cffi --release
maturin develop -b cffi --release
Expand Down

0 comments on commit 63590ec

Please sign in to comment.