Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Hywan/inline-c-rs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.1.6
Choose a base ref
...
head repository: Hywan/inline-c-rs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.1.7
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Jul 29, 2022

  1. Unverified

    The committer email address is not verified.
    Copy the full SHA
    d8650b4 View commit details

Commits on Aug 16, 2022

  1. Merge pull request #18 from matze/use-predicates-2

    Use predicates 2 to drop unmainted diff library
    Hywan authored Aug 16, 2022
    Copy the full SHA
    5f82a85 View commit details
  2. chore: Prepare 0.1.7.

    Hywan committed Aug 16, 2022
    Copy the full SHA
    d4e0478 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 Cargo.toml
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "inline-c"
version = "0.1.6"
version = "0.1.7"
description = "Write and execute C code inside Rust"
license = "BSD-3-Clause"
authors = ["Ivan Enderlin <ivan@mnt.io>"]
@@ -19,12 +19,12 @@ lazy_static = "1.4"
cc = "1.0"
target-lexicon = "0.11"
assert_cmd = "1.0"
predicates = "1.0"
predicates = "2"

[build-dependencies]
rustc_version = "0.3"

[workspace]
members = [
"macros",
]
]