Skip to content

Commit

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

[package.metadata.docs.rs]
features = ["llvm12-0"]
features = ["llvm15-0"]

0 comments on commit 8d9527a

Please sign in to comment.