Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
goatshriek committed May 27, 2024
1 parent d6d6d0c commit c0a58c0
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
38 changes: 19 additions & 19 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "stumpless-sys"
description = "Bindings for the Stumpless logging library."
version = "0.2.1"
version = "0.3.0"
authors = ["Joel Anderson <[email protected]>"]
edition = "2021"
repository = "https://github.com/goatshriek/stumpless-sys/"
Expand All @@ -10,7 +10,7 @@ keywords = ["bindings", "ffi", "library", "log", "logging"]
categories = ["external-ffi-bindings"]

[dependencies]
libc = "0.2.154"
libc = "0.2.155"

[features]
default = ["network"]
Expand Down

0 comments on commit c0a58c0

Please sign in to comment.