Skip to content

Commit

Permalink
Merge pull request #14 from domain-independent-dp/release-0.5.0
Browse files Browse the repository at this point in the history
Release 0.5.0
  • Loading branch information
Kurorororo committed Aug 11, 2023
2 parents d793d76 + edaff40 commit 59ebec1
Show file tree
Hide file tree
Showing 78 changed files with 4,815 additions and 173 deletions.
122 changes: 102 additions & 20 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions didp-yaml/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "didp-yaml"
version = "0.4.1"
version = "0.5.0"
edition = "2021"
rust-version = "1.64"
description = "YAML interface for Dynamic Programming Description Language (DyPDL) and DyPDL solvers."
Expand All @@ -12,8 +12,8 @@ repository = "https://github.com/domain-independent-dp/didp-rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
dypdl = { path = "../dypdl", version = "0.4.0" }
dypdl-heuristic-search = { path = "../dypdl-heuristic-search", version = "0.4.0" }
dypdl = { path = "../dypdl", version = "0.5.0" }
dypdl-heuristic-search = { path = "../dypdl-heuristic-search", version = "0.5.0" }
rustc-hash = "1.1"
yaml-rust = "0.4"
linked-hash-map = "0.5"
Expand All @@ -24,4 +24,4 @@ serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.9"

[target.'cfg(not(target_env = "msvc"))'.dependencies]
tikv-jemallocator = "0.5"
tikv-jemallocator = "0.5"
Loading

0 comments on commit 59ebec1

Please sign in to comment.