Browse Source

Bump version to 0.2.5

Gary Guo 6 tháng trước cách đây
mục cha
commit
181889db4b
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      Cargo.lock
  2. 1 1
      Cargo.toml

+ 1 - 1
Cargo.lock

@@ -76,7 +76,7 @@ dependencies = [
 
 [[package]]
 name = "unwinding"
-version = "0.2.4"
+version = "0.2.5"
 dependencies = [
  "compiler_builtins",
  "gimli",

+ 1 - 1
Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "unwinding"
-version = "0.2.4"
+version = "0.2.5"
 authors = ["Gary Guo <gary@garyguo.net>"]
 edition = "2021"
 license = "MIT OR Apache-2.0"