We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80479f2 commit 1f2a0c7Copy full SHA for 1f2a0c7
.github/workflows/python-test.yml
@@ -29,9 +29,6 @@ jobs:
29
distribution: "temurin"
30
java-version: "17"
31
32
- # - name: Install native libs
33
- # run: sudo apt-get install -y libkrb5-dev krb5-user
34
-
35
- name: Download Hadoop
36
run: |
37
wget -q https://dlcdn.apache.org/hadoop/common/hadoop-3.3.6/hadoop-3.3.6.tar.gz
rust/Cargo.toml
@@ -13,7 +13,7 @@ license = "Apache-2.0"
13
[dependencies]
14
aes = "0.8"
15
base64 = "0.21"
16
-bitflags = "2.5.0"
+bitflags = "2"
17
bytes = { workspace = true }
18
cbc = "0.1"
19
chrono = "0.4"
0 commit comments