Skip to content

Commit e09be46

Browse files
authored
fix typo (#656)
1 parent 144c529 commit e09be46

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pgml-extension/docker/Cargo.toml.no-python

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,11 @@ crate-type = ["cdylib"]
88

99
[features]
1010
default = ["pg15"]
11-
pg10 = ["pgrx/pg10", "pgrx-tests/pg10" ]
1211
pg11 = ["pgrx/pg11", "pgrx-tests/pg11" ]
1312
pg12 = ["pgrx/pg12", "pgrx-tests/pg12" ]
1413
pg13 = ["pgrx/pg13", "pgrx-tests/pg13" ]
1514
pg14 = ["pgrx/pg14", "pgrx-tests/pg14" ]
16-
pg14 = ["pgrx/pg15", "pgrx-tests/pg15" ]
15+
pg15 = ["pgrx/pg15", "pgrx-tests/pg15" ]
1716
pg_test = []
1817
python = ["pyo3"]
1918
cuda = ["xgboost/cuda", "lightgbm/cuda"]

0 commit comments

Comments
 (0)