File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -35,13 +35,13 @@ commands:
35
35
key : cargo-cache-{{ arch }}-{{ .Branch }}-{{ checksum "Cargo.toml" }}
36
36
37
37
install_packages :
38
- description : Install openjdk-11-jre and zlib-dev
38
+ description : Install zlib-dev
39
39
steps :
40
40
- run :
41
- name : Install openjdk-11-jre and zlib-dev
41
+ name : Install zlib-dev
42
42
command : |
43
43
sudo apt-get update
44
- sudo apt-get install -y openjdk-11-jre zlib1g-dev
44
+ sudo apt-get install -y zlib1g-dev
45
45
46
46
jobs :
47
47
fmt :
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ assert_matches = "1.5"
43
43
criterion = { version = " 0.5" , features = [" async_tokio" ] }
44
44
dotenvy = " 0.15.1"
45
45
futures = " 0.3"
46
- j4rs = " 0.15.3 "
46
+ j4rs = " 0.16.1 "
47
47
once_cell = " 1.9"
48
48
procspawn = " 0.10"
49
49
proptest = " 1"
You can’t perform that action at this time.
0 commit comments