Skip to content

Commit

Permalink
version 0.1.7-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjrobins committed Jul 8, 2024
1 parent 9c24052 commit afc6a0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "diffsl"
version = "0.1.7-beta.2"
version = "0.1.7-beta.3"
edition = "2021"
description = "A compiler for a domain-specific language for ordinary differential equations (ODE)."
license-file = "LICENSE.txt"
Expand Down Expand Up @@ -89,3 +89,4 @@ debug = false

[package.metadata.docs.rs]
features = ["llvm15-0"]
cargo-args = ["-j1"]

0 comments on commit afc6a0f

Please sign in to comment.