Skip to content

Commit

Permalink
Update crate to 0.1.4, update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jklmnn committed Jan 28, 2025
1 parent f22bf84 commit d7ae8f8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gpr"
version = "0.1.3"
version = "0.1.4"
edition = "2021"
authors = ["Johannes Kliemann <jk@jkliemann.de"]
description = "Libgpr binding for Rust. Provides an easy way to build Ada projects with cargo."
Expand All @@ -15,11 +15,11 @@ keywords = ["ada", "gpr", "build"]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
enum-display-derive = "0.1"
thiserror = "1.0"
lazy_static = "1.4.0"
thiserror = "2.0"
lazy_static = "1.5"

[dev-dependencies]
libloading = "0.8"

[build-dependencies]
git2 = "0.18"
git2 = "0.20"

0 comments on commit d7ae8f8

Please sign in to comment.