Skip to content

Commit 1f2a0c7

Browse files
committed
Fkx version and remove comment
1 parent 80479f2 commit 1f2a0c7

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/python-test.yml

-3
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ jobs:
2929
distribution: "temurin"
3030
java-version: "17"
3131

32-
# - name: Install native libs
33-
# run: sudo apt-get install -y libkrb5-dev krb5-user
34-
3532
- name: Download Hadoop
3633
run: |
3734
wget -q https://dlcdn.apache.org/hadoop/common/hadoop-3.3.6/hadoop-3.3.6.tar.gz

rust/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ license = "Apache-2.0"
1313
[dependencies]
1414
aes = "0.8"
1515
base64 = "0.21"
16-
bitflags = "2.5.0"
16+
bitflags = "2"
1717
bytes = { workspace = true }
1818
cbc = "0.1"
1919
chrono = "0.4"

0 commit comments

Comments
 (0)