1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-22 21:01:36 +03:00

bidi: exclude test data from crates.io

I thought that I might need to do something to make the tests
happy with this, but they are not run as part of the pre-publish
checks and they shouldn't be run once vendored, so perhaps it
is just as simple as excluding and publishing?

refs: https://github.com/wez/wezterm/issues/2518
This commit is contained in:
Wez Furlong 2022-09-15 06:27:29 -07:00
parent fe78b5821f
commit 8b32ed483a

View File

@ -1,10 +1,11 @@
[package]
name = "wezterm-bidi"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
repository = "https://github.com/wez/wezterm"
description = "The Unicode Bidi Algorithm (UBA)"
license = "MIT AND Unicode-DFS-2016"
exclude = ["/data"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html