Skip to content

Commit

Permalink
Dashes to underscores in lib name to build with Cargo 1.79
Browse files Browse the repository at this point in the history
  • Loading branch information
pylasnier committed Aug 8, 2024
1 parent 1e9fbf1 commit 5fb951e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion ffi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "slippi-rust-extensions"
name = "slippi_rust_extensions"
description = "An internal library that exposes entry points via the C FFI."
version = "0.1.0"
authors = [
Expand Down

0 comments on commit 5fb951e

Please sign in to comment.