Skip to content

Commit

Permalink
Update test-artichoke
Browse files Browse the repository at this point in the history
  • Loading branch information
Kijewski committed Sep 14, 2022
1 parent 94a956e commit ce9bbc1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test-artichoke/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ version = "0.1.0"
edition = "2018"

[dependencies]
spinoso-time = { version = "0.6.0", git = "https://github.com/artichoke/artichoke", default-features = false, features = ["tzrs-local"] }
spinoso-time = { version = "0.7.0", git = "https://github.com/artichoke/artichoke", default-features = false, features = ["tzrs", "tzrs-local"] }

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

[workspace]
members = ["."]
members = [".", "tzdb"]
10 changes: 10 additions & 0 deletions test-artichoke/tzdb/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[package]
name = "tzdb"
version = "0.4.0"
edition = "2018"

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

[features]
local = []
1 change: 1 addition & 0 deletions test-artichoke/tzdb/src/lib.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pub use orig_tzdb::*;

0 comments on commit ce9bbc1

Please sign in to comment.