Skip to content

Commit

Permalink
Update test-shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
Kijewski committed Sep 14, 2022
1 parent ce9bbc1 commit 4c41910
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
10 changes: 9 additions & 1 deletion test-artichoke/tzdb/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
[package]
name = "tzdb"
version = "0.4.0"
version = "0.4.6"
edition = "2018"

[dependencies]
orig_tzdb = { package = "tzdb", path = "../.." }

[features]
default = ["by-name", "list", "local", "std", "fallback", "now"]
alloc = []
binary = []
by-name = []
fallback = []
list = []
local = []
now = []
std = ["alloc"]
4 changes: 2 additions & 2 deletions test-shadow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ shadow-rs = "^0.16.3"
shadow-rs = "^0.16.3"

[patch.crates-io]
tzdb = { path = ".." }
tzdb = { path = "./tzdb/" }

[workspace]
members = ["."]
members = [".", "tzdb"]
1 change: 1 addition & 0 deletions test-shadow/tzdb

0 comments on commit 4c41910

Please sign in to comment.