Skip to content

Commit

Permalink
update changelog and cargo toml
Browse files Browse the repository at this point in the history
  • Loading branch information
estokes committed Sep 14, 2024
1 parent 32f0690 commit 6bdf488
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.8.1:
- merge #28, cross compilation support
- add workspace back, whatever cargo bug that made it break before is fixed now

0.8.0

- make server credentials optional (fix #27)
Expand Down
6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[workspace]
resolver = "2"
members = [
"libgssapi-sys",
"libgssapi"
]
2 changes: 1 addition & 1 deletion libgssapi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libgssapi"
version = "0.8.0"
version = "0.8.1"
authors = ["Eric Stokes <letaris@gmail.com>"]
edition = "2018"
license = "MIT"
Expand Down

0 comments on commit 6bdf488

Please sign in to comment.