Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lots of things to try and get publishing working #557

Merged
merged 49 commits into from
Aug 8, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
210abe4
bump
a10y Aug 5, 2024
1b296e5
0.4.0
a10y Aug 5, 2024
8fd9ac5
release 0.4.2
a10y Aug 5, 2024
476f9ce
save
a10y Aug 6, 2024
3c616d5
lib name
a10y Aug 6, 2024
eea73fb
default features
a10y Aug 6, 2024
27f205b
bump to 0.4.3
a10y Aug 6, 2024
e04d060
save
a10y Aug 6, 2024
9332f08
undo
a10y Aug 6, 2024
18acdc5
0.4.4
a10y Aug 6, 2024
ffc7d48
more
a10y Aug 6, 2024
be6e9b5
0.4.5
a10y Aug 6, 2024
b3dd989
save
a10y Aug 6, 2024
9f97579
try again
a10y Aug 6, 2024
3d4ba86
save
a10y Aug 6, 2024
022a078
some mroe
a10y Aug 6, 2024
149958e
0.4.8
a10y Aug 6, 2024
da69e4b
remove gitmodules
a10y Aug 6, 2024
e1bb127
revert this
a10y Aug 7, 2024
6e30c11
try
a10y Aug 7, 2024
a324a4e
Revert "try"
a10y Aug 7, 2024
4d99591
build
a10y Aug 7, 2024
471bec8
more logs
a10y Aug 7, 2024
3108f6f
0.4.11
a10y Aug 7, 2024
920a912
partway
a10y Aug 8, 2024
4dc7dc4
fix compile
a10y Aug 8, 2024
27e6565
path instead
a10y Aug 8, 2024
5ce1e5c
save
a10y Aug 8, 2024
7667bdd
remove comment
a10y Aug 8, 2024
d6a216f
Merge remote-tracking branch 'origin/develop' into aduffy/hail-mary
a10y Aug 8, 2024
36f1728
proto
a10y Aug 8, 2024
bd1d576
fix up xtask
a10y Aug 8, 2024
43c1f2b
pass clippy
a10y Aug 8, 2024
d31bb90
disable publish
a10y Aug 8, 2024
5faf35f
bump
a10y Aug 8, 2024
0583374
rename funcs
a10y Aug 8, 2024
6443b14
fmt
a10y Aug 8, 2024
1ecac5e
back to develop
a10y Aug 8, 2024
7c827cc
not needed
a10y Aug 8, 2024
55f52f6
revert
a10y Aug 8, 2024
82b9775
revert
a10y Aug 8, 2024
e65857e
more
a10y Aug 8, 2024
6aa2b19
revert
a10y Aug 8, 2024
6aaab51
closer
a10y Aug 8, 2024
f0a9418
revert
a10y Aug 8, 2024
4829268
newline
a10y Aug 8, 2024
1b9d033
again
a10y Aug 8, 2024
50131de
delete
a10y Aug 8, 2024
14d6052
more
a10y Aug 8, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove comment
  • Loading branch information
a10y committed Aug 8, 2024
commit 7667bdd00c5d7bf8196afb2c03421234a95ed130
4 changes: 3 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 3 additions & 6 deletions vortex-array/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,9 @@ serde = [
"vortex-scalar/serde",
]

#[target.'cfg(target_arch = "wasm32")'.dependencies]
## Enable the JS feature of getrandom (via rand) to supprt wasm32 target
#getrandom = { workspace = true, features = ["js"] }

[build-dependencies]
vortex-build = { workspace = true }
[target.'cfg(target_arch = "wasm32")'.dependencies]
# Enable the JS feature of getrandom (via rand) to supprt wasm32 target
getrandom = { workspace = true, features = ["js"] }

[dev-dependencies]
criterion = { workspace = true }
Expand Down