Versioning
While we're in early alpha, we won't be releasing proper versions. You can require a specific version via git commit hash. For example:
Cargo.toml
[dependencies]
zaplib = { git = "https://github.com/Zaplib/zaplib", rev="c015a1e" }
package.json
"dependencies": {
"zaplib": "0.0.0-c015a1e"
}
Warnings
- It's very important that
Cargo.toml
andpackage.json
point to the same commit hash. - While we're in alpha, please follow along in Slack to learn about API changes.